diff --git a/libs/libc/unistd/lib_getopt.c b/libs/libc/unistd/lib_getopt.c index 4c02284707..e52bfd28d7 100644 --- a/libs/libc/unistd/lib_getopt.c +++ b/libs/libc/unistd/lib_getopt.c @@ -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