From: Dominik Vogt Date: Tue, 25 Mar 2014 09:12:18 +0000 (+0000) Subject: generic.texi: Correct typos. X-Git-Tag: releases/gcc-4.9.0~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fc74a48b0ba0cd42c26de3813569b0c43d07ac;p=thirdparty%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 3741b54df970..95e46dcf7f6c 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 e85fa1d04c18..5b3b528e5b31 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.