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 libc/time: add lib_strptime 2024-10-16 17:02:51 +08:00
Kconfig Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
lib_asctime.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_asctimer.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_calendar2utc.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_ctime.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_ctimer.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
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 libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_gethrtime.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_gettimeofday.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_gmtime.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
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 libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_settimeofday.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
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 libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
lib_timegm.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
lib_timespec_get.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
Make.defs libc/time: add lib_strptime 2024-10-16 17:02:51 +08:00