From c778cfa6e45ec889e3d04b0d947dabd69a357b92 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 21 Nov 2002 15:02:25 +0000 Subject: [PATCH] Comment tweak. --- 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 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) \ -- 2.11.0