Fix some typos. Mostly inital->initial.

This commit is contained in:
Juha Niskanen
2019-09-27 06:32:32 -06:00
committed by Gregory Nutt
parent 5a73b54dc7
commit c3d24571fb
25 changed files with 48 additions and 50 deletions
+2 -4
View File
@@ -40,7 +40,7 @@
#include <signal.h>
/****************************************************************************
* Publics Functions
* Public Functions
****************************************************************************/
/****************************************************************************
@@ -51,13 +51,11 @@
* signals are included.
*
* Input Parameters:
* set - Signal set to initalize
* set - Signal set to initialize
*
* Returned Value:
* 0 (OK), or -1 (ERROR) if the signal set cannot be initialized.
*
* Assumptions:
*
****************************************************************************/
int sigfillset(FAR sigset_t *set)
+1 -1
View File
@@ -138,7 +138,7 @@ int getopt(int argc, FAR char *const argv[], FAR const char *optstring)
FAR char *optchar;
int noarg_ret = '?';
/* The inital value of optind is 1. If getopt() is called again in the
/* The initial value of optind is 1. If getopt() is called again in the
* program, optind must be reset to some value <= 1.
*/