From 60ef84a48e7aa7d3f6dc5690d5e488fe2847727a Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Thu, 2 Jan 2025 08:56:59 -0500 Subject: [PATCH] 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 --- lib/posix/options/Kconfig.c_lang_r | 2 +- lib/posix/options/Kconfig.c_lib_ext | 2 +- lib/posix/options/Kconfig.device_io | 2 +- lib/posix/options/Kconfig.file_system_r | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/posix/options/Kconfig.c_lang_r b/lib/posix/options/Kconfig.c_lang_r index 5efd51b7091ebd..89058d5d79d54a 100644 --- a/lib/posix/options/Kconfig.c_lang_r +++ b/lib/posix/options/Kconfig.c_lang_r @@ -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 diff --git a/lib/posix/options/Kconfig.c_lib_ext b/lib/posix/options/Kconfig.c_lib_ext index e8c55d8818b19a..9dc4ae52520e00 100644 --- a/lib/posix/options/Kconfig.c_lib_ext +++ b/lib/posix/options/Kconfig.c_lib_ext @@ -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 diff --git a/lib/posix/options/Kconfig.device_io b/lib/posix/options/Kconfig.device_io index 87fe7e7fece405..416ccf74a62180 100644 --- a/lib/posix/options/Kconfig.device_io +++ b/lib/posix/options/Kconfig.device_io @@ -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 diff --git a/lib/posix/options/Kconfig.file_system_r b/lib/posix/options/Kconfig.file_system_r index f6f66f4f7f2388..571100c9c3e87e 100644 --- a/lib/posix/options/Kconfig.file_system_r +++ b/lib/posix/options/Kconfig.file_system_r @@ -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