From: Jim Meyering Date: Tue, 5 Jul 2005 07:33:50 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: CPPI-1_12~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e74c15dd5a9968ad17b67667c7e70e5988897ea9;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/lib/verify.h b/lib/verify.h index 7880526fec..322851bb5c 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. */