summaryrefslogtreecommitdiff
path: root/lib/argmatch.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 13:59:34 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 13:59:34 +0000
commit8908c87cb024945967dc4af58c04d71a21ca44df (patch)
tree8a37fb056c9151323273cb884d60ee2d02f06c7a /lib/argmatch.h
parent7049562dced49622002f204ba80af206cc7f6b1d (diff)
downloadcoreutils-8908c87cb024945967dc4af58c04d71a21ca44df.tar.xz
tweak comment
Diffstat (limited to 'lib/argmatch.h')
-rw-r--r--lib/argmatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argmatch.h b/lib/argmatch.h
index 384d14c1f..1cca39f60 100644
--- a/lib/argmatch.h
+++ b/lib/argmatch.h
@@ -53,8 +53,8 @@ int argcasematch
# define ARGCASEMATCH(Arg, Arglist, Vallist) \
argcasematch ((Arg), (Arglist), (const char *) (Vallist), sizeof (*(Vallist)))
-/* Function called when xargmatch fails. It should not return.
- By default, this is a function that calls ARGMATCH_DIE which
+/* xargmatch calls this function when it fails. This function should not
+ return. By default, this is a function that calls ARGMATCH_DIE which
in turn defaults to `exit (EXIT_FAILURE)'. */
typedef void (*argmatch_exit_fn) PARAMS ((void));
extern argmatch_exit_fn argmatch_die;