diff mbox

Correct typos in gccint.texi.

Message ID 20140320055213.GA2830@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt March 20, 2014, 5:52 a.m. UTC
The attached patch corrects two typos in gcc/doc/generic.texi.

Ciao

Dominik ^_^  ^_^

Comments

Andreas Krebbel March 25, 2014, 9:13 a.m. UTC | #1
On Thu, Mar 20, 2014 at 06:52:13AM +0100, Dominik Vogt wrote:
> 2014-03-20  Dominik Vogt  <vogt@linux.vnet.ibm.com>
> 
> 	* doc/generic.texi: Correct typos.

Applied. Thanks!

-Andreas-
diff mbox

Patch

From cf7776a6d631f26f0a9fb58ec82ad5a628b8ad9a Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@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