summaryrefslogtreecommitdiff
path: root/extmod/moduplatform.h
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-08-18 15:01:26 +1000
committerJim Mussared <jim.mussared@gmail.com>2023-06-08 17:54:11 +1000
commitf5f9edf6457624bf32e71b0c2fdcfbfa5d5753a6 (patch)
treea8cce3668eed96ebb39abe626c6a8a52d5787f34 /extmod/moduplatform.h
parent7f5d5c72718af773db751269c6ae14037b9c0727 (diff)
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'extmod/moduplatform.h')
-rw-r--r--extmod/moduplatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduplatform.h b/extmod/moduplatform.h
index 3597f7559..7ca429778 100644
--- a/extmod/moduplatform.h
+++ b/extmod/moduplatform.h
@@ -30,7 +30,7 @@
#include "py/mpconfig.h"
// Preprocessor directives identifying the platform.
-// The (u)platform module itself is guarded by MICROPY_PY_UPLATFORM, see the
+// The platform module itself is guarded by MICROPY_PY_PLATFORM, see the
// .c file, but these are made available because they're generally usable.
// TODO: Add more architectures, compilers and libraries.
// See: https://sourceforge.net/p/predef/wiki/Home/