From: Bruno Haible <bruno@clisp.org>
Date: Thu, 21 Nov 2002 15:02:25 +0000 (+0000)
Subject: Comment tweak.
X-Git-Tag: RMAIL-MBOX-BASE~234
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c778cfa6e45ec889e3d04b0d947dabd69a357b92;p=gnulib.git

Comment tweak.
---

diff --git a/lib/argmatch.c b/lib/argmatch.c
index 35787842ea..81f95f75cd 100644
--- a/lib/argmatch.c
+++ b/lib/argmatch.c
@@ -22,6 +22,7 @@
 # include <config.h>
 #endif
 
+/* Specification.  */
 #include "argmatch.h"
 
 #include <stdio.h>
diff --git a/lib/argmatch.h b/lib/argmatch.h
index 5595ee4361..4b65ca4b72 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)				  \