Skip to content

Commit

Permalink
posix: options: kconfig: fix typo informnation -> information
Browse files Browse the repository at this point in the history
A copy-paste error propogated this typo to a few different
Kconfig files.

Correct 'informnation' to 'information'.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt authored and kartben committed Jan 2, 2025
1 parent 948fbac commit 60ef84a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/posix/options/Kconfig.c_lang_r
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ config POSIX_C_LANG_SUPPORT_R
Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
strerror_r(), and strtok_r()

For more informnation, please see
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
2 changes: 1 addition & 1 deletion lib/posix/options/Kconfig.c_lib_ext
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ menuconfig POSIX_C_LIB_EXT
stpcpy(), stpncpy(), strcasecmp(), strdup(), strfmon(), and strncasecmp(), strndup(), and
strnlen().

For more informnation, please see
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html

if POSIX_C_LIB_EXT
Expand Down
2 changes: 1 addition & 1 deletion lib/posix/options/Kconfig.device_io
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config POSIX_DEVICE_IO
Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
poll(), pread(), pselect(), pwrite(), read(), select(), and write().

For more informnation, please see
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html

if POSIX_DEVICE_IO
Expand Down
2 changes: 1 addition & 1 deletion lib/posix/options/Kconfig.file_system_r
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ config POSIX_FILE_SYSTEM_R
Select 'y' here and Zephyr will provide an implementation of the POSIX_FILE_SYSTEM_R
Option Group, consisting of readdir_r().

For more informnation, please see
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html

0 comments on commit 60ef84a

Please sign in to comment.