getopt: Fix a typo in a comment

This commit is contained in:
YAMAMOTO Takashi 2020-02-07 11:06:03 +09:00 committed by Xiang Xiao
parent 7f91a737ea
commit 486a05ed70
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static bool g_binitialized = false;
*
* Returned Value:
* If an option was successfully found, then getopt() returns the option
* haracter. If all command-line options have been parsed, then getopt()
* character. If all command-line options have been parsed, then getopt()
* returns -1. If getopt() encounters an option character that was not
* in optstring, then '?' is returned. If getopt() encounters an option
* with a missing argument, then the return value depends on the first