summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/stdarg.h
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 /nuttx/include/nuttx/stdarg.h
parenta2a22ce33dd50fab7ff90f477dc8f76a93732d90 (diff)
downloadnuttx-8742d748821f917885b11e9bceb5ef54320f32e5.tar.gz
nuttx-8742d748821f917885b11e9bceb5ef54320f32e5.tar.bz2
nuttx-8742d748821f917885b11e9bceb5ef54320f32e5.zip
Some typos noted by David Sidrane
Diffstat (limited to 'nuttx/include/nuttx/stdarg.h')
-rw-r--r--nuttx/include/nuttx/stdarg.h4
1 files changed, 2 insertions, 2 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