aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/cpp.texi
diff options
context:
space:
mode:
authorMatt Kraai <kraai@alumni.cmu.edu>2003-07-31 01:32:24 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2003-07-31 01:32:24 +0000
commit4bd0bee99e24c35d61d307f2afffd4b148448c44 (patch)
treec042b968581207ca94b4d3df8abdedccea28267a /gcc/doc/cpp.texi
parent7f02cb5ccd8f850be7cdae350c08057a1dc51af5 (diff)
downloadgcc-4bd0bee99e24c35d61d307f2afffd4b148448c44.zip
gcc-4bd0bee99e24c35d61d307f2afffd4b148448c44.tar.gz
gcc-4bd0bee99e24c35d61d307f2afffd4b148448c44.tar.bz2
c-tree.texi: Normalize spellings of "lowercase" and "uppercase".
* doc/c-tree.texi: Normalize spellings of "lowercase" and "uppercase". * doc/cpp.texi: Likewise. * doc/md.texi: Likewise. * doc/rtl.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r69988
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r--gcc/doc/cpp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index c043b88..a27a7b1 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -1206,7 +1206,7 @@ if you had written
foo = (char *) malloc (1024);
@end example
-By convention, macro names are written in upper case. Programs are
+By convention, macro names are written in uppercase. Programs are
easier to read when it is possible to tell at a glance which names are
macros.