From: Paul Eggert Date: Fri, 17 Jul 2026 21:16:07 +0000 (-0700) Subject: getopt: fix comment typo in previous patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52d86e59dfb4aae641b8b2e678fe69778e31abb;p=thirdparty%2Fgnulib.git getopt: fix comment typo in previous patch --- diff --git a/lib/getopt1.c b/lib/getopt1.c index 7a5ae1cad0..c127c627ee 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -25,7 +25,7 @@ #include "getopt_int.h" /* Convert char *__getopt_argv_const * to char ** without provoking - gcc -Wuseless-cast when __getopt_argv_gconst is empty. */ + gcc -Wuseless-cast when __getopt_argv_const is empty. */ #ifdef __getopt_argv_const_is_empty # define ARGV_CAST(argv) (argv) #else