Skip to content

Commit 60ef84a

Browse files
cfriedtkartben
authored andcommitted
posix: options: kconfig: fix typo informnation -> information
A copy-paste error propogated this typo to a few different Kconfig files. Correct 'informnation' to 'information'. Signed-off-by: Chris Friedt <[email protected]>
1 parent 948fbac commit 60ef84a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/posix/options/Kconfig.c_lang_r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ config POSIX_C_LANG_SUPPORT_R
1515
Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
1616
strerror_r(), and strtok_r()
1717

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

lib/posix/options/Kconfig.c_lib_ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menuconfig POSIX_C_LIB_EXT
1010
stpcpy(), stpncpy(), strcasecmp(), strdup(), strfmon(), and strncasecmp(), strndup(), and
1111
strnlen().
1212

13-
For more informnation, please see
13+
For more information, please see
1414
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
1515

1616
if POSIX_C_LIB_EXT

lib/posix/options/Kconfig.device_io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config POSIX_DEVICE_IO
1515
Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
1616
poll(), pread(), pselect(), pwrite(), read(), select(), and write().
1717

18-
For more informnation, please see
18+
For more information, please see
1919
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
2020

2121
if POSIX_DEVICE_IO

lib/posix/options/Kconfig.file_system_r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ config POSIX_FILE_SYSTEM_R
1010
Select 'y' here and Zephyr will provide an implementation of the POSIX_FILE_SYSTEM_R
1111
Option Group, consisting of readdir_r().
1212

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

0 commit comments

Comments
 (0)