diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
commit | a3ff64f5acacd90a936bf8af3fb19159dcca6fd3 (patch) | |
tree | 43efbb988a673849f67b78d80a9342d1dda12331 /gcc/doc/contrib.texi | |
parent | 609f152b76290bb424b3049375bb38b699de8385 (diff) | |
download | gcc-a3ff64f5acacd90a936bf8af3fb19159dcca6fd3.tar.gz |
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
doc/gcc.texi, doc/install-old.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
"back end" as nouns and "front-end" and "back-end" as adjectives.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index aa9b8e630ff..a8c74743bbb 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -28,7 +28,7 @@ the Intel 80387 register stack. Alasdair Baird for various bugfixes. @item -Gerald Baumgartner added the signature extension to the C++ front-end. +Gerald Baumgartner added the signature extension to the C++ front end. @item Neil Booth for various work on cpplib. @@ -282,7 +282,7 @@ Kriang Lerdsuwanakij for improvements to demangler and various c++ fixes. @item Warren Levy major work on libgcj (Java Runtime Library) and random -work on the Java front-end. +work on the Java front end. @item Alain Lichnewsky ported GCC to the Mips cpu. |