Fix typo in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 17:52:49 +0000 (17:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 17:52:49 +0000 (17:52 +0000)
lib/verify.h

index 828a425772e13f0caa9433c5b3ebac3a49baa8b2..c8066e91d96cdc4a5f0d883411148fcae11e411f 100644 (file)
 #ifndef VERIFY_H
 # define VERIFY_H 1
 
-/* Each of these macros macros verifies that its argument R is a
-   nonzero constant expression.  To be portable, R's type must be
-   integer (or boolean).  Unlike assert, there is no run-time
-   overhead.  */
+/* Each of these macros verifies that its argument R is a nonzero
+   constant expression.  To be portable, R's type must be integer (or
+   boolean).  Unlike assert, there is no run-time overhead.  */
 
 /* A type that is valid if and only if R is a nonzero constant expression.
    The symbols verify_type__ and verify_error_if_negative_size__ are