]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic-block.h, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 16 Dec 2005 06:09:31 +0000 (06:09 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 16 Dec 2005 06:09:31 +0000 (06:09 +0000)
* basic-block.h, config/i386/winnt.c, config/pa/pa.c,
config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def,
reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
* doc/invoke.texi, doc/tm.texi: Fix typos.

From-SVN: r108626

17 files changed:
gcc/ChangeLog
gcc/basic-block.h
gcc/config/i386/winnt.c
gcc/config/pa/pa.c
gcc/config/s390/s390.c
gcc/dfp.c
gcc/doc/invoke.texi
gcc/doc/tm.texi
gcc/expr.c
gcc/fold-const.c
gcc/params.def
gcc/reload.c
gcc/struct-equiv.c
gcc/tree-ssa-ccp.c
gcc/tree-ssa-pre.c
gcc/tree-ssa-reassoc.c
gcc/tree-ssa-structalias.c

index 686945100c4de72ea80bdcade2c86c329365cc90..5af6d55cfc995b07fba6f65e2ab4153075960828 100644 (file)
@@ -1,3 +1,11 @@
+2005-12-16  Kazu Hirata  <kazu@codesourcery.com>
+
+       * basic-block.h, config/i386/winnt.c, config/pa/pa.c,
+       config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def,
+       reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c,
+       tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
+       * doc/invoke.texi, doc/tm.texi: Fix typos.
+
 2005-12-16  Ben Elliston  <bje@au.ibm.com>
 
        * real.c (decimal_quad_format): Correct values for emin, emax.
index a3cecae8b6f519845e70a9a1d38c0ba7918e2494..c2e4a16dd797f553c62bdea9879b5635d398aa6e 100644 (file)
@@ -1115,7 +1115,7 @@ struct equiv_info
      NEED_RERUN is set.  This has to be tested by the caller to re-run
      the comparison if the match appears otherwise sound.  The state kept in
      x_start, y_start, equiv_used and check_input_conflict ensures that
-     we won't loop indefinetly.  */
+     we won't loop indefinitely.  */
   bool need_rerun;
   /* If there is indication of an input conflict at the end,
      CHECK_INPUT_CONFLICT is set so that we'll check for input conflicts
@@ -1156,7 +1156,7 @@ struct equiv_info
      that are being compared.  A final jump insn will not be included.  */
   rtx x_end, y_end;
 
-  /* If we are matching tablejumps, X_LABEL in X_BLOCK coresponds to
+  /* If we are matching tablejumps, X_LABEL in X_BLOCK corresponds to
      Y_LABEL in Y_BLOCK.  */
   rtx x_label, y_label;
 
index f8a36ff1ba14b85a4d1970a5aeaffe706f8a5b1b..d80db9ec6162bedeb7cf80fc1132b0dc0810522f 100644 (file)
@@ -155,7 +155,7 @@ i386_pe_dllimport_p (tree decl)
 
   /* The DECL_DLLIMPORT_P flag was set for decls in the class definition
      by  targetm.cxx.adjust_class_at_definition.  Check again to emit
-     warnings if the class attribute has been overriden by an
+     warnings if the class attribute has been overridden by an
      out-of-class definition.  */
   if (associated_type (decl)
       && lookup_attribute ("dllimport",
index a16c6af360baa2e23bdcea930b99f7e3476167ce..bb6ac07dd30f629c98faa318c2c24046651874c3 100644 (file)
@@ -5304,7 +5304,7 @@ output_deferred_plabels (void)
 
   /* If we have some deferred plabels, then we need to switch into the
      data or readonly data section, and align it to a 4 byte boundary
-     before outputing the deferred plabels.  */
+     before outputting the deferred plabels.  */
   if (n_deferred_plabels)
     {
       switch_to_section (flag_pic ? data_section : readonly_data_section);
index 02174ff1bd3fa8f95f58ba412d958a4463a07f3f..883e1213cd7bf310c33ac16554c536f86f468861 100644 (file)
@@ -3998,7 +3998,7 @@ struct alignment_context
   rtx shift;     /* Bit offset with regard to lsb.  */
   rtx modemask;          /* Mask of the HQImode shifted by SHIFT bits.  */
   rtx modemaski;  /* ~modemask */
-  bool aligned;          /* True if memory is aliged, false else.  */
+  bool aligned;          /* True if memory is aligned, false else.  */
 };
 
 /* A subroutine of s390_expand_cs_hqi and s390_expand_atomic to initialize
index ab0575174807aca269545c6ecc0f29a4a321a490..55c6f2de4f59e7e9675dab4d054ce9e13b6bf2a6 100644 (file)
--- a/gcc/dfp.c
+++ b/gcc/dfp.c
@@ -333,7 +333,7 @@ decimal_from_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from)
 }
 
 /* Helper function to real.c:do_compare() to handle decimal internal
-   represenation including when one of the operands is still in the
+   representation including when one of the operands is still in the
    binary internal representation.  */
 
 int
index ee579477b6705afaba4d93232ff06cca9ed6950a..3dbefc03fe8a1ff10c15e49c0b78d2b8cf38f649 100644 (file)
@@ -5853,7 +5853,7 @@ A, the growth of unit is 300\% and yet such inlining is very sane.  For very
 large units consisting of small inlininable functions however the overall unit
 growth limit is needed to avoid exponential explosion of code size.  Thus for
 smaller units, the size is increased to @option{--param large-unit-insns}
-before aplying @option{--param inline-unit-growth}.  The default is 10000
+before applying @option{--param inline-unit-growth}.  The default is 10000
 
 @item inline-unit-growth
 Specifies maximal overall growth of the compilation unit caused by inlining.
index b0dd8e1b10a9ebdd6be76499801055cf3200d5c5..ea57dbebaaf9f17e04df4a4928a89c75948a8a1b 100644 (file)
@@ -3032,7 +3032,7 @@ The final value should conincide with that calculated by
 Normally the CFA is calculated as an offset from the argument pointer,
 via @code{ARG_POINTER_CFA_OFFSET}, but if the argument pointer is 
 variable due to the ABI, this may not be possible.  If this macro is
-defined, it imples that the virtual register instantiation should be
+defined, it implies that the virtual register instantiation should be
 based on the frame pointer instead of the argument pointer.  Only one
 of @code{FRAME_POINTER_CFA_OFFSET} and @code{ARG_POINTER_CFA_OFFSET}
 should be defined.
index 2e26ef05cdc3004e70355af4f776e6b9d7109b6f..df86a57ee1813780c655a4115706d133e665423b 100644 (file)
@@ -8090,7 +8090,7 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode,
        else
          comparison_code = unsignedp ? LEU : LE;
 
-       /* Canonicalize to comparsions against 0.  */
+       /* Canonicalize to comparisons against 0.  */
        if (op1 == const1_rtx)
          {
            /* Converting (a >= 1 ? a : 1) into (a > 0 ? a : 1)
index fcb7add0f9972a9a334eb417e2615c6225ad61cc..33e27af59f0b07840ee14210e830a609650b1ebe 100644 (file)
@@ -6809,7 +6809,7 @@ fold_unary (enum tree_code code, tree type, tree op0)
       if (TREE_TYPE (op0) == type)
        return op0;
       
-      /* If we have (type) (a CMP b) and type is an integal type, return
+      /* If we have (type) (a CMP b) and type is an integral type, return
          new expression involving the new type.  */
       if (COMPARISON_CLASS_P (op0) && INTEGRAL_TYPE_P (type))
        return fold_build2 (TREE_CODE (op0), type, TREE_OPERAND (op0, 0),
@@ -8408,7 +8408,7 @@ fold_binary (enum tree_code code, tree type, tree op0, tree op1)
            }
 
          /* Optimize tan(x)/sin(x) as 1.0/cos(x) if we don't care about
-            NaNs or Infintes.  */
+            NaNs or Infinities.  */
          if (((fcode0 == BUILT_IN_TAN && fcode1 == BUILT_IN_SIN)
               || (fcode0 == BUILT_IN_TANF && fcode1 == BUILT_IN_SINF)
               || (fcode0 == BUILT_IN_TANL && fcode1 == BUILT_IN_SINL)))
index f585c39dd9821d69175a1e9096e2dfa287d01d6a..7690383e12b96a405dcd4852087dce40ce8711ae 100644 (file)
@@ -321,7 +321,7 @@ DEFPARAM(HOT_BB_FREQUENCY_FRACTION,
    the other loops cold that is not usually the case.  So we need to artificially
    flatten the profile.  
 
-   We need to cut the maximal predicted iterations to large enought iterations
+   We need to cut the maximal predicted iterations to large enough iterations
    so the loop appears important, but safely within HOT_BB_COUNT_FRACTION
    range.  */
 
index 0f98694ef401c805c0daa18b178b23c118a70618..97b2c3be525bce9957a6c5fc001b148da32eb2f5 100644 (file)
@@ -366,7 +366,7 @@ push_secondary_reload (int in_p, rtx x, int opnum, int optional,
       gcc_assert (insn_data[(int) icode].n_operands == 3);
 
       /* ??? We currently have no way to represent a reload that needs
-        an icode to reload from an intermediate tertiaty reload register.
+        an icode to reload from an intermediate tertiary reload register.
         We should probably have a new field in struct reload to tag a
         chain of scratch operand reloads onto.   */
       gcc_assert (class == NO_REGS);
index 0bee722959c05bbcbd60f939b0fc4b22748d7559..73ac34c83b78624f54a8613ebd3b15a0b8c0750f 100644 (file)
@@ -54,7 +54,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
    the number of inputs an miss an input conflict.  Sufficient information
    is gathered so that when we make another pass, we won't have to backtrack
    at the same point.
-   Another issue is that information in memory atttributes and/or REG_NOTES
+   Another issue is that information in memory attributes and/or REG_NOTES
    might have to be merged or discarded to make a valid match.  We don't want
    to discard such information when we are not certain that we want to merge
    the two (partial) blocks.
@@ -99,7 +99,7 @@ static bool resolve_input_conflict (struct equiv_info *info);
    SECONDARY_MEMORY_NEEDED, cannot be done directly.  For our purposes, we
    consider them impossible to generate after reload (even though some
    might be synthesized when you throw enough code at them).
-   Since we don't know while procesing a cross-jump if a local register
+   Since we don't know while processing a cross-jump if a local register
    that is currently live will eventually be live and thus be an input,
    we keep track of potential inputs that would require an impossible move
    by using a prohibitively high cost for them.
@@ -201,7 +201,7 @@ merge_memattrs (rtx x, rtx y)
 }
 
 /* In SET, assign the bit for the register number of REG the value VALUE.
-   If REG is a hard register, do so for all its consituent registers.
+   If REG is a hard register, do so for all its constituent registers.
    Return the number of registers that have become included (as a positive
    number) or excluded (as a negative number).  */
 static int
@@ -1128,7 +1128,7 @@ struct_equiv_block_eq (int mode, struct equiv_info *info)
 
   if (mode & STRUCT_EQUIV_MATCH_JUMPS)
     {
-      /* The caller is expected to have comapred the jumps already, but we
+      /* The caller is expected to have compared the jumps already, but we
         need to match them again to get any local registers and inputs.  */
       gcc_assert (!info->cur.x_start == !info->cur.y_start);
       if (info->cur.x_start)
index 9037b6e1d37b13bc941471b4eae4839af679e3a9..b0db349d7ae6d5ebb8ee6a4f5ff8ef7ba743545d 100644 (file)
@@ -276,7 +276,7 @@ debug_lattice_value (prop_value_t val)
 /* The regular is_gimple_min_invariant does a shallow test of the object.
    It assumes that full gimplification has happened, or will happen on the
    object.  For a value coming from DECL_INITIAL, this is not true, so we
-   have to be more strict outselves.  */
+   have to be more strict ourselves.  */
 
 static bool
 ccp_decl_initial_min_invariant (tree t)
index 7c1fde8d7bde689d5a114d2431694e4a992eac17..eb6e28a1e155bc2347d225a41431530ec49689c5 100644 (file)
@@ -555,7 +555,7 @@ bitmap_set_copy (bitmap_set_t dest, bitmap_set_t orig)
   bitmap_copy (dest->values, orig->values);
 }
 
-/* Perform bitmapped set rperation DEST &= ORIG.  */
+/* Perform bitmapped set operation DEST &= ORIG.  */
 
 static void
 bitmap_set_and (bitmap_set_t dest, bitmap_set_t orig)
index 6f19408f0ac1df7ffb39eb4abfacd6625cf90de9..edca241ef4033ddd3d8355e88ffa07ac86821f14 100644 (file)
@@ -69,7 +69,7 @@ Boston, MA 02110-1301, USA.  */
 
     In order to promote the most redundancy elimination, you want
     binary expressions whose operands are the same rank (or
-    preferrably, the same value) exposed to the redundancy eliminator,
+    preferably, the same value) exposed to the redundancy eliminator,
     for possible elimination.
 
     So the way to do this if we really cared, is to build the new op
index 9ed4d78f7c468f5c2f3de7f8ccd7d0e466b734cd..cf307593b3cea70191db2070985d8b5b0483ceb1 100644 (file)
@@ -3294,7 +3294,7 @@ find_func_aliases (tree origt)
          gcc_assert (found);
        }
 
-      /* Assign all the passed arguments to the approriate incoming
+      /* Assign all the passed arguments to the appropriate incoming
         parameters of the function.  */
       fi = get_varinfo (varid);
       arglist = TREE_OPERAND (rhsop, 1);
@@ -3683,7 +3683,7 @@ create_function_info_for (tree decl, const char *name)
   
   arg = DECL_ARGUMENTS (decl);
 
-  /* Set up varirables for each argument.  */
+  /* Set up variables for each argument.  */
   for (i = 1; i < vi->fullsize; i++)
     {      
       varinfo_t argvi;