summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-05 07:33:50 +0000
committerJim Meyering <jim@meyering.net>2005-07-05 07:33:50 +0000
commite74c15dd5a9968ad17b67667c7e70e5988897ea9 (patch)
tree33284d60dee972d82a819e7408290e5d3842d518 /lib
parenta7a648d4d4b57d46151d337d06cebaf9796d2242 (diff)
downloadcoreutils-e74c15dd5a9968ad17b67667c7e70e5988897ea9.tar.xz
fix typo in comment
Diffstat (limited to 'lib')
-rw-r--r--lib/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verify.h b/lib/verify.h
index 7880526fe..322851bb5 100644
--- a/lib/verify.h
+++ b/lib/verify.h
@@ -24,7 +24,7 @@
# define GL_CONCAT0(x, y) x##y
# define GL_CONCAT(x, y) GL_CONCAT0 (x, y)
-/* A type that is valid if and only R is nonzero.
+/* A type that is valid if and only if R is nonzero.
R should be an integer constant expression.
verify_type__ and verify_error_if_negative_size__ are symbols that
are private to this header file. */