From e74c15dd5a9968ad17b67667c7e70e5988897ea9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Jul 2005 07:33:50 +0000 Subject: fix typo in comment --- lib/verify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. */ -- cgit v1.2.3-54-g00ecf