]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
getopt: fix comment typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jul 2026 21:16:07 +0000 (14:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jul 2026 21:16:07 +0000 (14:16 -0700)
lib/getopt1.c

index 7a5ae1cad0771e21dcd362bfa5162a3e13e4d8fd..c127c627ee549df730c5d9fb058b148def57794f 100644 (file)
@@ -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