generic.texi: Correct typos.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Tue, 25 Mar 2014 09:12:18 +0000 (09:12 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 25 Mar 2014 09:12:18 +0000 (09:12 +0000)
2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* doc/generic.texi: Correct typos.

From-SVN: r208803

gcc/ChangeLog
gcc/doc/generic.texi

index 3741b54..95e46dc 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
+       * doc/generic.texi: Correct typos.
+
 2014-03-24  Tobias Burnus  <burnus@net-b.de>
 
        * doc/invoke.texi (-flto): Expand section about
index e85fa1d..5b3b528 100644 (file)
@@ -13,7 +13,7 @@
 The purpose of GENERIC is simply to provide a
 language-independent way of representing an entire function in
 trees.  To this end, it was necessary to add a few new tree codes
-to the back end, but most everything was already there.  If you
+to the back end, but almost everything was already there.  If you
 can express it with the codes in @code{gcc/tree.def}, it's
 GENERIC@.
 
@@ -203,7 +203,7 @@ operands, each of which is also a tree.
 @tindex IDENTIFIER_NODE
 
 An @code{IDENTIFIER_NODE} represents a slightly more general concept
-that the standard C or C++ concept of identifier.  In particular, an
+than the standard C or C++ concept of identifier.  In particular, an
 @code{IDENTIFIER_NODE} may contain a @samp{$}, or other extraordinary
 characters.