diff options
Diffstat (limited to 'src/utils/getopt.c')
-rw-r--r-- | src/utils/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/getopt.c b/src/utils/getopt.c index f81b35503b0..c36550422db 100644 --- a/src/utils/getopt.c +++ b/src/utils/getopt.c @@ -51,7 +51,7 @@ char *optarg; /* argument associated with option */ #define EMSG "" /* - * getopt -- + * getopt * Parse argc/argv argument vector. */ int |