diff options
Diffstat (limited to 'extmod/moduplatform.h')
-rw-r--r-- | extmod/moduplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduplatform.h b/extmod/moduplatform.h index 3597f7559f..7ca4297788 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/ |