Comment tweak.
authorBruno Haible <bruno@clisp.org>
Thu, 21 Nov 2002 15:02:25 +0000 (15:02 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 21 Nov 2002 15:02:25 +0000 (15:02 +0000)
lib/argmatch.c
lib/argmatch.h

index 3578784..81f95f7 100644 (file)
@@ -22,6 +22,7 @@
 # include <config.h>
 #endif
 
+/* Specification.  */
 #include "argmatch.h"
 
 #include <stdio.h>
index 5595ee4..4b65ca4 100644 (file)
@@ -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)                               \