From: Bruno Haible Date: Thu, 21 Nov 2002 15:02:25 +0000 (+0000) Subject: Comment tweak. X-Git-Tag: cvs-readonly~5177 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c778cfa6e45ec889e3d04b0d947dabd69a357b92;p=gnulib.git Comment tweak. --- diff --git a/lib/argmatch.c b/lib/argmatch.c index 35787842e..81f95f75c 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 5595ee436..4b65ca4b7 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) \