nuttx/libs/libc/time
Huang Qi e09048cc88 style: Fix "is is" typo across the codebase.
Correct duplicate "is is" word found in 181 files throughout the
codebase.
In most cases "is is" was changed to "is", but in contexts like
"MCU is is sleep mode" it was corrected to "MCU in sleep mode".

Also fixes a "the the" typo in net/inet/inet_sockif.c.

This is a pure style/documentation fix that improves code readability.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-03-24 09:39:26 +08:00
..
CMakeLists.txt
Kconfig
lib_asctime.c
lib_asctimer.c
lib_calendar2utc.c
lib_ctime.c
lib_ctimer.c
lib_dayofweek.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_daysbeforemonth.c sched: Correct word spelling mistakes. 2025-05-12 19:56:29 +08:00
lib_difftime.c
lib_gethrtime.c
lib_gettimeofday.c
lib_gmtime.c
lib_gmtimer.c fix misspelled names in locally scoped code 2025-05-15 10:12:12 +08:00
lib_isleapyear.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_localtime.c style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
lib_nanosleep.c
lib_settimeofday.c
lib_strftime.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_strptime.c strptime.c:len is not defined. 2024-10-16 17:02:51 +08:00
lib_time.c
lib_timegm.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_timespec_get.c
Make.defs