From 6231972dd4c7d03f5727f257e2913e063d9b1e5e Mon Sep 17 00:00:00 2001 From: Yishai Jaffe Date: Sun, 29 Jun 2025 10:11:20 +0300 Subject: [PATCH] lib: libc: fixed Kconfig typo Fixed typo streror -> strerror Signed-off-by: Yishai Jaffe --- lib/libc/minimal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/minimal/Kconfig b/lib/libc/minimal/Kconfig index c6c3ef29763..94737cb8140 100644 --- a/lib/libc/minimal/Kconfig +++ b/lib/libc/minimal/Kconfig @@ -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