diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-21 01:03:48 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-21 01:03:48 +0100 |
commit | 6c0a4eab24dd97de9f19e045d971718d516387e3 (patch) | |
tree | 43efbb988a673849f67b78d80a9342d1dda12331 /gcc/doc/extend.texi | |
parent | 86e5b1b905ab077168902d6a7b62c51678f38d4f (diff) | |
download | gcc-6c0a4eab24dd97de9f19e045d971718d516387e3.tar.gz |
c-tree.texi, [...]: Consistently use "front end" and "back end" as nouns and "front-end" and...
* 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.
From-SVN: r43479
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 93c6aaca2e0..f97f9abd986 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2394,7 +2394,7 @@ attributes are currently defined for variables: @code{aligned}, @code{transparent_union}, @code{unused}, and @code{weak}. Some other attributes are defined for variables on particular target systems. Other attributes are available for functions (@pxref{Function Attributes}) and -for types (@pxref{Type Attributes}). Other front-ends might define more +for types (@pxref{Type Attributes}). Other front ends might define more attributes (@pxref{C++ Extensions,,Extensions to the C++ Language}). You may also specify attributes with @samp{__} preceding and following |