From 8c3106e2a4db7d54655ae4fd2835c9d9f5972dd0 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sun, 7 Dec 2025 18:16:39 +0100 Subject: [PATCH] libs/libm: fix typo in Kconfig fix typo in Kconfig Signed-off-by: Petro Karashchenko --- libs/libm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libm/Kconfig b/libs/libm/Kconfig index ef183a653a1..2421c7e7a3f 100644 --- a/libs/libm/Kconfig +++ b/libs/libm/Kconfig @@ -25,7 +25,7 @@ config LIBM math library and that the corresponding math.h file resides at arch//include/math.h. The option is selected via CONFIG_ARCH_MATH_H. If ARCH_MATH_H is selected,then the - include/nuttx/libmath.h header file will be copied to include/math.h + include/nuttx/lib/math.h header file will be copied to include/math.h where it can be used by your applications. If ARCH_MATH_H is not defined, then this option can be selected to