aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/c-tree.texi
diff options
context:
space:
mode:
authorSteven Bosscher <s.bosscher@student.tudelft.nl>2002-04-25 09:30:11 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2002-04-25 09:30:11 +0000
commitab5973b7534d7c97b4ff162ced63b23606da2e98 (patch)
treeb233a048f028d077e10e10deb8e1c36c1d8b6142 /gcc/doc/c-tree.texi
parent0f2fd6a867c9f67511372c0c9135463c4bcd784c (diff)
downloadgcc-ab5973b7534d7c97b4ff162ced63b23606da2e98.zip
gcc-ab5973b7534d7c97b4ff162ced63b23606da2e98.tar.gz
gcc-ab5973b7534d7c97b4ff162ced63b23606da2e98.tar.bz2
* doc/c-tree.texi: Fix typo in introduction.
From-SVN: r52758
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r--gcc/doc/c-tree.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index afe18e5..0e821e5 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -27,7 +27,7 @@ the ability to process C or C++ code.
This chapter explains the internal representation. In particular, it
documents the internal representation for C and C++ source
constructs, and the macros, functions, and variables that can be used to
-access these constructs. The C++ representation which is largely a superset
+access these constructs. The C++ representation is largely a superset
of the representation used in the C front end. There is only one
construct used in C that does not appear in the C++ front end and that
is the GNU ``nested function'' extension. Many of the macros documented