lib: libc: fixed Kconfig typo
Fixed typo streror -> strerror Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
This commit is contained in:
parent
d76e39e8f0
commit
6231972dd4
@ -56,7 +56,7 @@ config MINIMAL_LIBC_TIME
|
||||
config MINIMAL_LIBC_STRING_ERROR_TABLE
|
||||
bool "String error table for strerror() and strerror_r()"
|
||||
help
|
||||
Select this option to ensure that streror(), strerror_r()
|
||||
Select this option to ensure that strerror(), strerror_r()
|
||||
produce strings corresponding to the descriptions in errno.h.
|
||||
|
||||
The string error table can add ~2kiB to ROM. As such, it is
|
||||
|
||||
Loading…
Reference in New Issue
Block a user