tweak comment
authorJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 13:54:30 +0000 (13:54 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 13:54:30 +0000 (13:54 +0000)
lib/argmatch.h

index 669a0e3..ba9a9fe 100644 (file)
@@ -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;