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/ChangeLog | |
parent | ae2bcd98fa6d0e389638e2c3cf4cf8a6c79809b4 (diff) | |
download | gcc-2dd76960886e196bbc8efd5c3d3a01a22fa0da0c.zip gcc-2dd76960886e196bbc8efd5c3d3a01a22fa0da0c.tar.gz gcc-2dd76960886e196bbc8efd5c3d3a01a22fa0da0c.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eacd78a..980e730 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2004-03-14 Joseph S. Myers <jsm@polyomino.org.uk> + + * 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. + 2004-03-14 Roger Sayle <roger@eyesopen.com> * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () |