9
0
Fork 0

Some typos noted by David Sidrane

This commit is contained in:
Gregory Nutt 2015-02-23 11:49:02 -06:00
parent a2a22ce33d
commit 8742d74882
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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