mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix some typos. Mostly inital->initial.
This commit is contained in:
committed by
Gregory Nutt
parent
5a73b54dc7
commit
c3d24571fb
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user