diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-05 07:33:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-05 07:33:50 +0000 |
commit | e74c15dd5a9968ad17b67667c7e70e5988897ea9 (patch) | |
tree | 33284d60dee972d82a819e7408290e5d3842d518 | |
parent | a7a648d4d4b57d46151d337d06cebaf9796d2242 (diff) | |
download | coreutils-e74c15dd5a9968ad17b67667c7e70e5988897ea9.tar.xz |
fix typo in comment
-rw-r--r-- | lib/verify.h | 2 |
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. */ |