Skip to content

Commit 6231972

Browse files
yishai1999danieldegrasse
authored andcommitted
lib: libc: fixed Kconfig typo
Fixed typo streror -> strerror Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
1 parent d76e39e commit 6231972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libc/minimal/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ config MINIMAL_LIBC_TIME
5656
config MINIMAL_LIBC_STRING_ERROR_TABLE
5757
bool "String error table for strerror() and strerror_r()"
5858
help
59-
Select this option to ensure that streror(), strerror_r()
59+
Select this option to ensure that strerror(), strerror_r()
6060
produce strings corresponding to the descriptions in errno.h.
6161

6262
The string error table can add ~2kiB to ROM. As such, it is

0 commit comments

Comments
 (0)