Commit 57fc74a4 by Dominik Vogt Committed by Andreas Krebbel

generic.texi: Correct typos.

2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	* doc/generic.texi: Correct typos.

From-SVN: r208803
parent e8f26d13
2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
* doc/generic.texi: Correct typos.
2014-03-24 Tobias Burnus <burnus@net-b.de> 2014-03-24 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-flto): Expand section about * doc/invoke.texi (-flto): Expand section about
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
The purpose of GENERIC is simply to provide a The purpose of GENERIC is simply to provide a
language-independent way of representing an entire function in language-independent way of representing an entire function in
trees. To this end, it was necessary to add a few new tree codes 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 can express it with the codes in @code{gcc/tree.def}, it's
GENERIC@. GENERIC@.
...@@ -203,7 +203,7 @@ operands, each of which is also a tree. ...@@ -203,7 +203,7 @@ operands, each of which is also a tree.
@tindex IDENTIFIER_NODE @tindex IDENTIFIER_NODE
An @code{IDENTIFIER_NODE} represents a slightly more general concept 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 @code{IDENTIFIER_NODE} may contain a @samp{$}, or other extraordinary
characters. characters.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment