]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in comment
authorJim Meyering <jim@meyering.net>
Tue, 5 Jul 2005 07:33:50 +0000 (07:33 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Jul 2005 07:33:50 +0000 (07:33 +0000)
lib/verify.h

index 7880526fec8f40d01429ce2e43cde96fd99a078e..322851bb5cfeee28cac8e75af779fb50fa7e377a 100644 (file)
@@ -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.  */