summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-22 09:10:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-22 09:10:58 -0600
commite044e9c90a7eab7406a31831b3c661a80eb05b17 (patch)
treefff4add300ed8ffe4b704012c92f22a30e385b33 /nuttx/libc
parent11278c31a01b6fdfb09e2a3109a20d38ef793055 (diff)
downloadpx4-nuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.tar.gz
px4-nuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.tar.bz2
px4-nuttx-e044e9c90a7eab7406a31831b3c661a80eb05b17.zip
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/math/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/math/Kconfig b/nuttx/libc/math/Kconfig
index db9dfae63..7a322d760 100644
--- a/nuttx/libc/math/Kconfig
+++ b/nuttx/libc/math/Kconfig
@@ -18,7 +18,7 @@ config LIBM
Another possibility is that you have a custom, architecture-specific math
libary and that the corresponding math.h file resides at arch/<architecture>/include/math.h.
The option is selected via ARCH_MATH_H. If ARCH_MATH_H is selected,then the include/nuttx/math.h
- header file will be copied to include/math.h where it can be used by your applications.
+ 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 build a generic,
math library built into NuttX. This math library comes from the Rhombus OS and