summaryrefslogtreecommitdiff
path: root/lib
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
commite7ae2161891b93d096a53b9eed93b8d183b73b3d (patch)
tree535031f2a3b7693597c70c447d74fb4fa33fef75 /lib
parent70ede084c078ee9f6c200d42a5ee03b5fabc4c2d (diff)
downloadcoreutils-e7ae2161891b93d096a53b9eed93b8d183b73b3d.tar.xz
tweak comment
Diffstat (limited to 'lib')
-rw-r--r--lib/argmatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argmatch.h b/lib/argmatch.h
index 669a0e30e..ba9a9fef1 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;