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 42ed4de24..3597f7559 100644 --- a/extmod/moduplatform.h +++ b/extmod/moduplatform.h @@ -29,7 +29,7 @@ #include "py/misc.h" // For MP_STRINGIFY. #include "py/mpconfig.h" -// Preprocessor directives indentifying the platform. +// Preprocessor directives identifying the platform. // The (u)platform module itself is guarded by MICROPY_PY_UPLATFORM, see the // .c file, but these are made available because they're generally usable. // TODO: Add more architectures, compilers and libraries. |