The attached patch corrects two typos in gcc/doc/generic.texi. Ciao
Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany
>From cf7776a6d631f26f0a9fb58ec82ad5a628b8ad9a Mon Sep 17 00:00:00 2001 From: Dominik Vogt <v...@de.ibm.com> Date: Thu, 20 Mar 2014 05:46:31 +0000 Subject: [PATCH 1/2] Correct typos in gccint.texi. --- gcc/doc/generic.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.8.4.2
2014-03-20 Dominik Vogt <v...@linux.vnet.ibm.com> * doc/generic.texi: Correct typos.