We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eafc6c commit 796eaf3Copy full SHA for 796eaf3
lib/posix/options/CMakeLists.txt
@@ -125,7 +125,7 @@ if (CONFIG_POSIX_TIMERS)
125
zephyr_compile_definitions(-D_POSIX_TIMERS=${POSIX_VERSION})
126
# FIXME: Until we have CONFIG_XSI_ADVANCED_REALTIME define _POSIX_CPUTIME and
127
# _POSIX_MONOTONIC_CLOCK with _POSIX_TIMERS.
128
- # For more information on the Advanced Realtime Option Group, pleas see
+ # For more information on the Advanced Realtime Option Group, please see
129
# https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html
130
zephyr_compile_definitions(-D_POSIX_CPUTIME=${POSIX_VERSION})
131
zephyr_compile_definitions(-D_POSIX_MONOTONIC_CLOCK=${POSIX_VERSION})
0 commit comments