diff options
Diffstat (limited to 'zephyr/modutime.c')
-rw-r--r-- | zephyr/modutime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/modutime.c b/zephyr/modutime.c index 378068bb38..0c268046a9 100644 --- a/zephyr/modutime.c +++ b/zephyr/modutime.c @@ -36,7 +36,7 @@ #include "extmod/utime_mphal.h" STATIC mp_obj_t mod_time_time(void) { - /* The absense of FP support is deliberate. The Zephyr port uses + /* The absence of FP support is deliberate. The Zephyr port uses * single precision floats so the fraction component will start to * lose precision on devices with a long uptime. */ |