summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 13:54:30 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 13:54:30 +0000
commit912e356bf3217df703cad01a58d7791d6e54da94 (patch)
tree8807c836efb169449b8421b836eb55975435b935
parent06e765613a73195e38ff985ec655e23806c2b71e (diff)
downloadgnulib-912e356bf3217df703cad01a58d7791d6e54da94.tar.gz
tweak comment
-rw-r--r--lib/argmatch.h4
1 files 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;