summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */