* doc/c-tree.texi: Fix typo in introduction.
authorSteven Bosscher <s.bosscher@student.tudelft.nl>
Thu, 25 Apr 2002 09:30:11 +0000 (09:30 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 25 Apr 2002 09:30:11 +0000 (09:30 +0000)
From-SVN: r52758

gcc/ChangeLog
gcc/doc/c-tree.texi

index f4cd53516a65639a718b8352c2785ed762140cf0..47b953c15e91730ce969d571c991977188986581 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-25  Steven Bosscher  <S.Bosscher@student.tudelft.nl>
+
+       * doc/c-tree.texi: Fix typo in introduction.
+
 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * c-common.h (c_common_parse_file): Update.
index afe18e50e7e1ad21b0c878a1d6726d0ed8b6a695..0e821e50974aa90fea12724a1e0ad4421034ae8a 100644 (file)
@@ -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