Browse Source

lib: libc: fixed Kconfig typo

Fixed typo streror -> strerror

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
pull/90836/head
Yishai Jaffe 1 week ago committed by Daniel DeGrasse
parent
commit
6231972dd4
  1. 2
      lib/libc/minimal/Kconfig

2
lib/libc/minimal/Kconfig

@ -56,7 +56,7 @@ config MINIMAL_LIBC_TIME @@ -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…
Cancel
Save