]> gcc.gnu.org Git - gcc.git/commitdiff
c-tree.h, [...]: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 12 Feb 2005 15:17:56 +0000 (15:17 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 12 Feb 2005 15:17:56 +0000 (15:17 +0000)
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
simplify-rtx.c, tree-ssa-live.h: Fix comment typos.  Follow
spelling conventions.

From-SVN: r94939

gcc/ChangeLog
gcc/c-tree.h
gcc/combine.c
gcc/expmed.c
gcc/flow.c
gcc/libgcc2.c
gcc/simplify-rtx.c
gcc/tree-ssa-live.h

index 51fa9d803123b1a4d527eec5fe1444299b5c57d7..06ad3a43b9ca07a5c30c4047a634a94cf36dd902 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
+       simplify-rtx.c, tree-ssa-live.h: Fix comment typos.  Follow
+       spelling conventions.
+
 2005-02-12  Ira Rosen  <irar@il.ibm.com>
 
        * tree-vectorizer.c (vect_get_base_and_offset): Remove.
index 073f93ec3851ae144b5e8d1f8beb075b5e9562b6..1cde48283488912e4ebaadc8143757fef0853f75 100644 (file)
@@ -126,7 +126,7 @@ struct c_expr
   /* The value of the expression.  */
   tree value;
   /* Record the original binary operator of an expression, which may
-     have been changed by fold, STRING_CST for unparenthesised string
+     have been changed by fold, STRING_CST for unparenthesized string
      constants, or ERROR_MARK for other expressions (including
      parenthesized expressions).  */
   enum tree_code original_code;
index ae773b96517707161a4fe65ed7e0e1d307b951d5..73b12bb4f0c5d14ec57273946915432e537d26ce 100644 (file)
@@ -1276,7 +1276,7 @@ can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ,
 
          /* If the clobber represents an earlyclobber operand, we must not
             substitute an expression containing the clobbered register.
-            As we do not analyse the constraint strings here, we have to
+            As we do not analyze the constraint strings here, we have to
             make the conservative assumption.  However, if the register is
             a fixed hard reg, the clobber cannot represent any operand;
             we leave it up to the machine description to either accept or
index 1a1bdf74b048836756dbd6399fecee9734e2a494..49b1faa77cf0f312248094dc79649cbfc13a0c42 100644 (file)
@@ -1089,7 +1089,7 @@ extract_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
     }
 
   /* If we have an out-of-bounds access to a register, just return an
-     uninitialised register of the required mode.  This can occur if the
+     uninitialized register of the required mode.  This can occur if the
      source code contains an out-of-bounds access to a small array.  */
   if (REG_P (op0) && bitnum >= GET_MODE_BITSIZE (GET_MODE (op0)))
     return gen_reg_rtx (tmode);
index 0aa23c03d2247e524f780d8b8937ca92851fb7da..1ab2a94567f8d330ff5264d06579f391b7f905a1 100644 (file)
@@ -2891,7 +2891,7 @@ mark_regno_cond_dead (struct propagate_block_info *pbi, int regno, rtx cond)
 
       /* Otherwise this is a conditional set.  Record that fact.
         It may have been conditionally used, or there may be a
-        subsequent set with a complimentary condition.  */
+        subsequent set with a complementary condition.  */
 
       node = splay_tree_lookup (pbi->reg_cond_dead, regno);
       if (node == NULL)
index df2ecb7a4e536d94dfb235798c94b485d7c19130..56a9bc4e87a3dffd9c49a7e6025fa584af4450a6 100644 (file)
@@ -1553,7 +1553,7 @@ NAME (TYPE x, Wtype m)
 
 /* All of these would be present in a full C99 implementation of <math.h>
    and <complex.h>.  Our problem is that only a few systems have such full
-   implementations.  Further, libgcc_s.so isn't currenly linked against
+   implementations.  Further, libgcc_s.so isn't currently linked against
    libm.so, and even for systems that do provide full C99, the extra overhead
    of all programs using libgcc having to link against libm.  So avoid it.  */
 
@@ -1653,7 +1653,7 @@ CONCAT3(__div,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
 {
   MTYPE denom, ratio, x, y;
 
-  /* ??? We can get better behaviour from logrithmic scaling instead of 
+  /* ??? We can get better behavior from logarithmic scaling instead of 
      the division.  But that would mean starting to link libgcc against
      libm.  We could implement something akin to ldexp/frexp as gcc builtins
      fairly easily...  */
@@ -1673,7 +1673,7 @@ CONCAT3(__div,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
     }
 
   /* Recover infinities and zeros that computed as NaN+iNaN; the only cases
-     are non-zero/zero, infinite/finite, and finite/infinite.  */
+     are nonzero/zero, infinite/finite, and finite/infinite.  */
   if (isnan (x) && isnan (y))
     {
       if (denom == 0.0 && (!isnan (a) || !isnan (b)))
index 95735e6f4cdc756941e82703de4e198d3a8a1bc4..dc452dbdc26efaac117625100a1e6829ba4a3795 100644 (file)
@@ -1925,7 +1925,7 @@ simplify_binary_operation (enum rtx_code code, enum machine_mode mode,
            return const0_rtx;
 
          /* Transform (and (extend X) C) into (zero_extend (and X C)) if
-            there are no non-zero bits of C outside of X's mode.  */
+            there are no nonzero bits of C outside of X's mode.  */
          if ((GET_CODE (op0) == SIGN_EXTEND
               || GET_CODE (op0) == ZERO_EXTEND)
              && GET_CODE (trueop1) == CONST_INT
index fc16fddec7255a660e8821e4d089a069f8483008..b2a85c947976766de31353a7dcf374fb3edc9182 100644 (file)
@@ -428,7 +428,7 @@ tpa_decompact(tpa_p tpa)
 }
 
 
-/* Once a var_map has been created and compressed, a complimentary root_var
+/* Once a var_map has been created and compressed, a complementary root_var
    object can be built.  This creates a list of all the root variables from
    which ssa version names are derived.  Each root variable has a list of 
    which partitions are versions of that root.  
This page took 0.092794 seconds and 5 git commands to generate.