summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-23 11:49:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-23 11:49:02 -0600
commit8742d748821f917885b11e9bceb5ef54320f32e5 (patch)
treed69c1488ec9ba37b8a74ac668835a013167d52bf
parenta2a22ce33dd50fab7ff90f477dc8f76a93732d90 (diff)
downloadnuttx-8742d748821f917885b11e9bceb5ef54320f32e5.tar.gz
nuttx-8742d748821f917885b11e9bceb5ef54320f32e5.tar.bz2
nuttx-8742d748821f917885b11e9bceb5ef54320f32e5.zip
Some typos noted by David Sidrane
-rw-r--r--nuttx/include/nuttx/stdarg.h4
-rw-r--r--nuttx/include/stdbool.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/stdarg.h b/nuttx/include/nuttx/stdarg.h
index 45d16b2d1..2bda8cbd6 100644
--- a/nuttx/include/nuttx/stdarg.h
+++ b/nuttx/include/nuttx/stdarg.h
@@ -45,8 +45,8 @@
/* If CONFIG_ARCH_STDARG_H is defined, then the top-level Makefile will copy
* this header file to include/stdarg.h where it will become the system
* stdarg.h header file. In this case, the architecture specific code must
- * provide an arch/<architecture>/include/math.h file which will be included
- * below:
+ * provide an arch/<architecture>/include/stdarg.h file which will be
+ * included below:
*/
#ifdef CONFIG_ARCH_STDARG_H
diff --git a/nuttx/include/stdbool.h b/nuttx/include/stdbool.h
index 6c3302549..7a2b80a2a 100644
--- a/nuttx/include/stdbool.h
+++ b/nuttx/include/stdbool.h
@@ -42,9 +42,9 @@
#include <nuttx/config.h>
-/* If CONFIG_ARCH_STDBOOL_H is set, then the archecture will provide its own
+/* If CONFIG_ARCH_STDBOOL_H is set, then the architecture will provide its own
* stdbool.h file. In this case, this header file will simply re-direct to
- * the architecture-specfiic stdbool.h header file.
+ * the architecture-specfic stdbool.h header file.
*/
#ifdef CONFIG_ARCH_STDBOOL_H