diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-03-14 22:29:38 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-03-14 22:29:38 +0000 |
commit | 2dd76960886e196bbc8efd5c3d3a01a22fa0da0c (patch) | |
tree | 27a0ce3bcefdf8b6512c2f5a5a795569bc3cf82d /gcc/doc/makefile.texi | |
parent | ae2bcd98fa6d0e389638e2c3cf4cf8a6c79809b4 (diff) | |
download | gcc-2dd76960886e196bbc8efd5c3d3a01a22fa0da0c.tar.gz |
contrib.texi, [...]: Capitalize "gcc", "g++" and "g77" or mark up with appropriate markup.
* doc/contrib.texi, doc/extend.texi, doc/gcov.texi,
doc/install.texi, doc/invoke.texi, doc/makefile.texi,
doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Capitalize
"gcc", "g++" and "g77" or mark up with appropriate markup. Adjust
wording and grammar.
From-SVN: r79482
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index d504bc0baa2..4e9121455d7 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -71,7 +71,7 @@ Note that running the testsuite may require additional tools be installed, such as TCL or dejagnu. @item bootstrap -Builds gcc three times---once with the native compiler, once with the +Builds GCC three times---once with the native compiler, once with the native-built compiler it just built, and once with the compiler it built the second time. In theory, the last two should produce the same results, which @samp{make compare} can check. Each step of this process |