changeset 21355:6d9aeed94e05

tweak comment
author Jim Meyering <jim@meyering.net>
date Mon, 25 Jan 1999 13:54:30 +0000
parents 5e627ff972e6
children 54f7d53349e7
files lib/argmatch.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argmatch.h	Mon Jan 25 00:17:22 1999 +0000
+++ b/lib/argmatch.h	Mon Jan 25 13:54:30 1999 +0000
@@ -53,9 +53,9 @@
 # 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;