diff mbox

[1/*] Fix common typos.

Message ID EEDE4ED7-CCCF-48DE-8D28-1EE702B22A5E@comcast.net
State New
Headers show

Commit Message

Mike Stump July 21, 2013, 6:08 p.m. UTC
On Jul 21, 2013, at 7:32 AM, Ondřej Bílka <neleai@seznam.cz> wrote:
> This is series of typo fixing patches.

I reviewed and checked in all that changes to gcc/tree\* that were trivial.  I left out ok->OK, and


which I didn't find trivial (being very conservative here).  For the first, I prefer ok (as do many contributors).
diff mbox

Patch

--- a/gcc/tree-ssa-pre.c                                                                                                      
+++ b/gcc/tree-ssa-pre.c                                                                                                      
@@ -1894,7 +1894,7 @@  value_dies_in_block_x (pre_expr expr, basic_block block)
   /* A memory expression {e, VUSE} dies in the block if there is a                                                           
      statement that may clobber e.  If, starting statement walk from the                                                     
      top of the basic block, a statement uses VUSE there can be no kill                                                      
-     inbetween that use and the original statement that loaded {e, VUSE},                                                    
+     between that use and the original statement that loaded {e, VUSE},                                                      
      so we can stop walking.  */                                                                                             
   ref.base = NULL_TREE;                                                                                                      
   for (gsi = gsi_start_bb (block); !gsi_end_p (gsi); gsi_next (&gsi))