summaryrefslogtreecommitdiff
path: root/nuttx/libc/fixedmath
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/fixedmath')
-rw-r--r--nuttx/libc/fixedmath/Make.defs2
-rw-r--r--nuttx/libc/fixedmath/lib_b16atan2.c2
-rw-r--r--nuttx/libc/fixedmath/lib_b16cos.c2
-rw-r--r--nuttx/libc/fixedmath/lib_b16sin.c2
-rw-r--r--nuttx/libc/fixedmath/lib_fixedmath.c2
-rw-r--r--nuttx/libc/fixedmath/lib_rint.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/libc/fixedmath/Make.defs b/nuttx/libc/fixedmath/Make.defs
index 578e33015..b53df2b2c 100644
--- a/nuttx/libc/fixedmath/Make.defs
+++ b/nuttx/libc/fixedmath/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# lib/fixedmath/Make.defs
+# libc/fixedmath/Make.defs
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/fixedmath/lib_b16atan2.c b/nuttx/libc/fixedmath/lib_b16atan2.c
index 69d132f80..443ab7be3 100644
--- a/nuttx/libc/fixedmath/lib_b16atan2.c
+++ b/nuttx/libc/fixedmath/lib_b16atan2.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/fixedmath/lib_b16atan2.c
+ * libc/fixedmath/lib_b16atan2.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/fixedmath/lib_b16cos.c b/nuttx/libc/fixedmath/lib_b16cos.c
index 3e9229029..0ebe48262 100644
--- a/nuttx/libc/fixedmath/lib_b16cos.c
+++ b/nuttx/libc/fixedmath/lib_b16cos.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/fixedmath/lib_b16cos.c
+ * libc/fixedmath/lib_b16cos.c
*
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/fixedmath/lib_b16sin.c b/nuttx/libc/fixedmath/lib_b16sin.c
index 491b0ec78..9cd2f0da3 100644
--- a/nuttx/libc/fixedmath/lib_b16sin.c
+++ b/nuttx/libc/fixedmath/lib_b16sin.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/fixedmath/lib_b16sin.c
+ * libc/fixedmath/lib_b16sin.c
*
* Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/fixedmath/lib_fixedmath.c b/nuttx/libc/fixedmath/lib_fixedmath.c
index c1a710e73..9e9213b4f 100644
--- a/nuttx/libc/fixedmath/lib_fixedmath.c
+++ b/nuttx/libc/fixedmath/lib_fixedmath.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/math/lib_fixedmath.c
+ * libc/math/lib_fixedmath.c
*
* Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/fixedmath/lib_rint.c b/nuttx/libc/fixedmath/lib_rint.c
index 3a6407b8c..a1212c970 100644
--- a/nuttx/libc/fixedmath/lib_rint.c
+++ b/nuttx/libc/fixedmath/lib_rint.c
@@ -1,5 +1,5 @@
/************************************************************
- * lib/fixedmath/lib_rint.c
+ * libc/fixedmath/lib_rint.c
*
* Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>