diff options
author | Dominik Vogt <vogt@linux.vnet.ibm.com> | 2014-03-25 09:12:18 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2014-03-25 09:12:18 +0000 |
commit | 57fc74a48b0ba0cd42c26de3813569b0c43d07ac (patch) | |
tree | d25278983ff86e6a6ca7da339947d9b17f652780 | |
parent | e8f26d13177393344b586d096b862d45f9c5202a (diff) | |
download | gcc-57fc74a48b0ba0cd42c26de3813569b0c43d07ac.zip gcc-57fc74a48b0ba0cd42c26de3813569b0c43d07ac.tar.gz gcc-57fc74a48b0ba0cd42c26de3813569b0c43d07ac.tar.bz2 |
generic.texi: Correct typos.
2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
* doc/generic.texi: Correct typos.
From-SVN: r208803
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/generic.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3741b54..95e46dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index e85fa1d..5b3b528 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -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. |