summaryrefslogtreecommitdiff
path: root/lib/verify.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-23 17:52:22 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-23 17:52:22 +0000
commitd6ed244c5a34c9a0ec3c6c26586d9279440e7316 (patch)
treee44bce940f2f6eea567c07407253f6a135ceb1ec /lib/verify.h
parentef999bc74affb041cb6488413fca45f1be544128 (diff)
downloadcoreutils-d6ed244c5a34c9a0ec3c6c26586d9279440e7316.tar.xz
Fix typo in comment.
Diffstat (limited to 'lib/verify.h')
-rw-r--r--lib/verify.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/verify.h b/lib/verify.h
index 828a42577..c8066e91d 100644
--- a/lib/verify.h
+++ b/lib/verify.h
@@ -21,10 +21,9 @@
#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