]> Savannah Git Hosting - gnulib.git/commitdiff
maint: fix up stale XARGCASEMATCH comment
authorPádraig Brady <P@draigBrady.com>
Sun, 30 Jan 2022 12:14:24 +0000 (12:14 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 30 Jan 2022 12:14:24 +0000 (12:14 +0000)
* lib/argmatch.c: Remove reference to no longer available macro.

lib/argmatch.c

index 265327155900200be99079e831b3ae0c1a24e8bd..9e3232f9472d292c2b998d561ab102b342dbf9b0 100644 (file)
@@ -62,7 +62,7 @@ __argmatch_die (void)
   ARGMATCH_DIE;
 }
 
-/* Used by XARGMATCH and XARGCASEMATCH.  See description in argmatch.h.
+/* Used by XARGMATCH.  See description in argmatch.h.
    Default to __argmatch_die, but allow caller to change this at run-time. */
 argmatch_exit_fn argmatch_die = __argmatch_die;