Fix typos in comments.

This commit is contained in:
Nathan Hartman
2019-08-21 09:32:59 -06:00
committed by Gregory Nutt
parent f2c6a3f108
commit be5a40c656
129 changed files with 129 additions and 129 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ void board_late_initialize(void);
* arg - The boardctl() argument is passed to the board_app_initialize()
* implementation without modification. The argument has no
* meaning to NuttX; the meaning of the argument is a contract
* between the board-specific initalization logic and the
* between the board-specific initialization logic and the
* matching application logic. The value cold be such things as a
* mode enumeration value, a set of DIP switch switch settings, a
* pointer to configuration data read from a file or serial FLASH,
+1 -1
View File
@@ -66,7 +66,7 @@
* board_app_initialize() implementation without modification.
* The argument has no meaning to NuttX; the meaning of the
* argument is a contract between the board-specific
* initalization logic and the matching application logic.
* initialization logic and the matching application logic.
* The value cold be such things as a mode enumeration value,
* a set of DIP switch switch settings, a pointer to
* configuration data read from a file or serial FLASH, or