From 912e356bf3217df703cad01a58d7791d6e54da94 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Jan 1999 13:54:30 +0000 Subject: [PATCH] tweak comment --- lib/argmatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/argmatch.h b/lib/argmatch.h index 669a0e30e1..ba9a9fef1b 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -53,9 +53,9 @@ int argcasematch # define ARGCASEMATCH(Arg, Arglist, Vallist) \ argcasematch ((Arg), (Arglist), (const char *) (Vallist), sizeof (*(Vallist))) -/* Function called when xargmatch failed. Should not return. By +/* Function called when xargmatch fails. Should not return. By default, set to a function calling the macro ARGMATCH_EXIT_FAILURE - which, by default is `exit (2)'.*/ + which, by default is `exit (2)'. */ typedef void (*argmatch_exit_fn) PARAMS ((void)); extern argmatch_exit_fn argmatch_die; -- 2.30.2