diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 01:36:57 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 01:36:57 +0000 |
commit | b3d47662d58355dec794698de8641ddeb5dbc8af (patch) | |
tree | a9c9ed7762521a6520eab46209e136ee537e932b /gcc/doc/frontends.texi | |
parent | 09c8496f50ce856b0904a58c4d00fbb363c46a70 (diff) | |
download | gcc-b3d47662d58355dec794698de8641ddeb5dbc8af.tar.gz |
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
doc/libgcc.texi, doc/md.texi, doc/passes.texi,
doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Correct end-of-sentence markup and markup of
"etc.", "e.g." and "i.e.". Use @code in various places where
appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90101 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/frontends.texi')
-rw-r--r-- | gcc/doc/frontends.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi index 457a5e140ed..68d3ba0b5a9 100644 --- a/gcc/doc/frontends.texi +++ b/gcc/doc/frontends.texi @@ -39,7 +39,7 @@ The part of a compiler that is specific to a particular language is called the ``front end''. In addition to the front ends that are integrated components of GCC, there are several other front ends that are maintained separately. These support languages such as Pascal, -Mercury, and COBOL. To use these, they must be built together with +Mercury, and COBOL@. To use these, they must be built together with GCC proper. @cindex C++ |