From: Paul Eggert Date: Thu, 21 Nov 2002 19:14:24 +0000 (+0000) Subject: Sync with gnulib. X-Git-Tag: BISON-1_875~210 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0368ae1269297c58789440f90e18b4d94c192d1e?ds=inline Sync with gnulib. --- diff --git a/lib/argmatch.c b/lib/argmatch.c index 35787842..81f95f75 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -22,6 +22,7 @@ # include #endif +/* Specification. */ #include "argmatch.h" #include diff --git a/lib/argmatch.h b/lib/argmatch.h index 5595ee43..4b65ca4b 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -30,7 +30,7 @@ /* Assert there are as many real arguments as there are values (argument list ends with a NULL guard). ARGMATCH_VERIFY is - preferred, since it is guaranteed to be chedk at compile-time. + preferred, since it is guaranteed to be checked at compile-time. ARGMATCH_ASSERT is for backward compatibility only. */ # define ARGMATCH_VERIFY(Arglist, Vallist) \