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 35787842ead386347f08102ad54373a96157f0f4..81f95f75cda4e15b14f6f2ff651137b43e7557f4 100644 (file)
@@ -22,6 +22,7 @@
 # include <config.h>
 #endif
 
+/* Specification.  */
 #include "argmatch.h"
 
 #include <stdio.h>
index 5595ee4361ef1d86c0af47e0e344606d65cd77d9..4b65ca4b72e1079e0660d885738544479cf04822 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)                               \