Skip to content

Commit 796eaf3

Browse files
committed
fixup! posix: time.h: move to posix_time.h
1 parent 4eafc6c commit 796eaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/posix/options/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if (CONFIG_POSIX_TIMERS)
125125
zephyr_compile_definitions(-D_POSIX_TIMERS=${POSIX_VERSION})
126126
# FIXME: Until we have CONFIG_XSI_ADVANCED_REALTIME define _POSIX_CPUTIME and
127127
# _POSIX_MONOTONIC_CLOCK with _POSIX_TIMERS.
128-
# For more information on the Advanced Realtime Option Group, pleas see
128+
# For more information on the Advanced Realtime Option Group, please see
129129
# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html
130130
zephyr_compile_definitions(-D_POSIX_CPUTIME=${POSIX_VERSION})
131131
zephyr_compile_definitions(-D_POSIX_MONOTONIC_CLOCK=${POSIX_VERSION})

0 commit comments

Comments
 (0)