Base: Fix misspelling in getopt(3) (#2473)

This commit is contained in:
Keith 2020-06-02 00:40:26 -05:00 committed by GitHub
parent 9170edf541
commit daa3f59a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 05:54:07 +09:00

View file

@ -7,7 +7,7 @@ getopt - parse command-line options
```**c++
#include <getopt.h>
extren int opterr;
extern int opterr;
extern int optopt;
extern int optind;
extern int optreset;