Skip to content

Commit

Permalink
getopt: Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Feb 7, 2020
1 parent 7f91a73 commit 486a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libc/unistd/lib_getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 486a05e

Please sign in to comment.