From 0368ae1269297c58789440f90e18b4d94c192d1e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Nov 2002 19:14:24 +0000 Subject: [PATCH] Sync with gnulib. --- lib/argmatch.c | 1 + lib/argmatch.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) \ -- 2.47.2