mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Some typos noted by David Sidrane
This commit is contained in:
@@ -45,8 +45,8 @@
|
|||||||
/* If CONFIG_ARCH_STDARG_H is defined, then the top-level Makefile will copy
|
/* 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
|
* 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
|
* stdarg.h header file. In this case, the architecture specific code must
|
||||||
* provide an arch/<architecture>/include/math.h file which will be included
|
* provide an arch/<architecture>/include/stdarg.h file which will be
|
||||||
* below:
|
* included below:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_STDARG_H
|
#ifdef CONFIG_ARCH_STDARG_H
|
||||||
|
|||||||
+2
-2
@@ -42,9 +42,9 @@
|
|||||||
|
|
||||||
#include <nuttx/config.h>
|
#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
|
* 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
|
#ifdef CONFIG_ARCH_STDBOOL_H
|
||||||
|
|||||||
Reference in New Issue
Block a user