lib: libc: fixed Kconfig typo

Fixed typo streror -> strerror

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-06-29 10:11:20 +03:00 committed by Daniel DeGrasse
parent d76e39e8f0
commit 6231972dd4

View File

@ -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