From: Dominik Vogt Date: Tue, 25 Mar 2014 09:12:18 +0000 (+0000) Subject: generic.texi: Correct typos. X-Git-Tag: upstream/12.2.0~64135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57fc74a48b0ba0cd42c26de3813569b0c43d07ac;p=platform%2Fupstream%2Fgcc.git generic.texi: Correct typos. 2014-03-25 Dominik Vogt * doc/generic.texi: Correct typos. From-SVN: r208803 --- 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 + + * doc/generic.texi: Correct typos. + 2014-03-24 Tobias Burnus * 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.