]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-typeck.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 5 Nov 2005 20:24:18 +0000 (20:24 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Nov 2005 20:24:18 +0000 (20:24 +0000)
* c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
config/ms1/ms1.h, config/rs6000/predicates.md,
config/s390/s390.c, params.def, postreload-gcse.c,
tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c,
tree-vrp.c, tree.c: Fix comment typos.
* doc/invoke.texi: Fix typos.

From-SVN: r106532

15 files changed:
gcc/ChangeLog
gcc/c-typeck.c
gcc/config/i386/netware.h
gcc/config/m32c/cond.md
gcc/config/ms1/ms1.h
gcc/config/rs6000/predicates.md
gcc/config/s390/s390.c
gcc/doc/invoke.texi
gcc/params.def
gcc/postreload-gcse.c
gcc/tree-flow-inline.h
gcc/tree-ssa-operands.c
gcc/tree-vectorizer.c
gcc/tree-vrp.c
gcc/tree.c

index ec270296769a1dc275c30ec41532a78e4c39bdbd..826d89e97bcfa5382c4bdc1ed93dced131f224ed 100644 (file)
@@ -1,3 +1,12 @@
+2005-11-05  Kazu Hirata  <kazu@codesourcery.com>
+
+       * c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
+       config/ms1/ms1.h, config/rs6000/predicates.md,
+       config/s390/s390.c, params.def, postreload-gcse.c,
+       tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c,
+       tree-vrp.c, tree.c: Fix comment typos.
+       * doc/invoke.texi: Fix typos.
+
 2005-11-05  Sebastian Pop  <pop@cri.ensmp.fr>
 
        * lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS
index cf9798adc8a43412bfe75f90eb8546c28c281fdf..d32261546611277c51ccddd3acf15ff72cc2140b 100644 (file)
@@ -917,7 +917,7 @@ alloc_tagged_tu_seen_cache (tree t1, tree t2)
        struct a *next;
      };
      If we are comparing this against a similar struct in another TU,
-     and did not assume they were compatiable, we end up with an infinite
+     and did not assume they were compatible, we end up with an infinite
      loop.  */
   tu->val = 1;
   return tu;
index d5e79b4a7cfedf615a7ec2888440da939dd2e624..197bdc5a6a27e727b0ca9dd206b190f0472a6ea0 100644 (file)
@@ -142,7 +142,7 @@ Boston, MA 02110-1301, USA.  */
    differently depending on something about the variable or
    function named by the symbol (such as what section it is in).
 
-   On i386 running NetWare, modify the assembler name with an undercore (_)
+   On i386 running NetWare, modify the assembler name with an underscore (_)
    prefix and a suffix consisting of an atsign (@) followed by a string of
    digits that represents the number of bytes of arguments passed to the
    function, if it has the attribute STDCALL. Alternatively, if it has the 
index 7ef695fa8b65bcd09ef0a59376e1f082b7c445c2..c6b42c797026efa94dc708a2bbc88266bd3ddbb5 100644 (file)
@@ -28,7 +28,7 @@
 ; so instead we invert the conditional and jump around a regular jump.
 
 ; Note that we can, at some point in the future, add code to omit the
-; "cmp" portion of the insn if the preceeding insn happened to set the
+; "cmp" portion of the insn if the preceding insn happened to set the
 ; right flags already.  For example, a mov followed by a "cmp *,0" is
 ; redundant; the move already set the Z flag.
 
index 477c9ccdbffbba2f820b77245508578c2a6b10fe..cf24671a5965a0adcacb74fe7fcc7ba2ec44ba52 100644 (file)
@@ -42,7 +42,7 @@ extern enum processor_type ms1_cpu;
 #undef  ASM_SPEC
 #define ASM_SPEC "%{march=ms1-16-002: -march=ms1-16-002} %{march=ms1-16-003: -march=ms1-16-003} %{!march=*: -march=ms1-16-002}"
 
-/* A string to pass to at the end of the comman given to the linker.  */
+/* A string to pass to at the end of the command given to the linker.  */
 #undef  LIB_SPEC
 #define LIB_SPEC "--start-group -lc -lsim --end-group \
 %{msim: ; \
index ff475053cad9db274d0259552d98436173491263..da813dad5a73b1f21765a0d77a7a985d22dbba1b 100644 (file)
@@ -55,7 +55,7 @@
        (match_test "INTVAL (op) >= 0 && INTVAL (op) <= 31")))
 
 ;; Return 1 if op is a signed 8-bit constant integer.
-;; Integer multiplcation complete more quickly
+;; Integer multiplication complete more quickly
 (define_predicate "s8bit_cint_operand"
   (and (match_code "const_int")
        (match_test "INTVAL (op) >= -128 && INTVAL (op) <= 127")))
index 03e5a0ee83baf8d2ac8009f478496c0a3cf39cdc..cbb382d6dfb9206e98c8b350487c225698f45dcc 100644 (file)
@@ -3879,7 +3879,7 @@ s390_expand_insv (rtx dest, rtx op1, rtx op2, rtx src)
   int bitsize = INTVAL (op1);
   int bitpos = INTVAL (op2);
 
-  /* We need byte alignement.  */
+  /* We need byte alignment.  */
   if (bitsize % BITS_PER_UNIT)
     return false;
 
index 3e2189625a9336286e2a4ee799b8bc2cb083150e..3e25d390ae090eef27ba7020a4002efa53ea5fee 100644 (file)
@@ -5939,8 +5939,8 @@ function given basic block needs to have to be considered hot
 The maximum number of loop iterations we predict statically.  This is useful
 in cases where function contain single loop with known bound and other loop
 with unknown.  We predict the known number of iterations correctly, while
-the unknown nummber of iterations average to roughly 10.  This means that the
-loop without bounds would appear artifically cold relative to the other one.
+the unknown number of iterations average to roughly 10.  This means that the
+loop without bounds would appear artificially cold relative to the other one.
 
 @item tracer-dynamic-coverage
 @itemx tracer-dynamic-coverage-feedback
index a68557bce0917ed812c5eb349ee95b116f124e2d..af0fbdcb3c12211c8e8e72121dae3092ae88b661 100644 (file)
@@ -314,7 +314,7 @@ DEFPARAM(HOT_BB_FREQUENCY_FRACTION,
    are predicted to iterate relatively few (10) times at average.
    For functions containing one loop with large known number of iterations
    and other loops having unbounded loops we would end up predicting all
-   the other loops cold that is not usually the case.  So we need to artifically
+   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
index ea9c0ef7436060ecb5e8f2179d62eda886ca0429..191d7965eeb2a56eb253c8c79a740ea2a25ddb50 100644 (file)
@@ -1095,7 +1095,7 @@ eliminate_partially_redundant_load (basic_block bb, rtx insn,
        }
       else
        {
-         /* Adding a load on a critical edge will cuase a split.  */
+         /* Adding a load on a critical edge will cause a split.  */
          if (EDGE_CRITICAL_P (pred))
            critical_edge_split = true;
          not_ok_count += pred->count;
index e31db442a5d695ab45e6d14477a87d971c8e3b92..e1c19fc6dd4686310e6296890987665b1ce2f37e 100644 (file)
@@ -1036,7 +1036,7 @@ op_iter_next_tree (ssa_op_iter *ptr)
 
 
 /* This functions clears the iterator PTR, and marks it done.  This is normally
-   used to prevent warnings in the compile about might be uninitailzied
+   used to prevent warnings in the compile about might be uninitialized
    components.  */
 
 static inline void
index 024762961236f444df539fcfe70e338d4c4b064d..c902ff980f69bdf6a5f9bcef63297ae310a1ca25 100644 (file)
@@ -156,7 +156,7 @@ static maydef_optype_p free_maydefs = NULL;
 static mustdef_optype_p free_mustdefs = NULL;
 
 
-/* Return the DECL_UID of the base varaiable of T.  */
+/* Return the DECL_UID of the base variable of T.  */
 
 static inline unsigned
 get_name_decl (tree t)
index bc0f11ee3c7b4068a5c49d7e0de3c068f5a13b40..d096788fd207b29f5de7faf19d7497cbb5fe759c 100644 (file)
@@ -1879,7 +1879,7 @@ vect_is_simple_reduction (struct loop *loop, tree phi)
   /* CHECKME: check for !flag_finite_math_only too?  */
   if (SCALAR_FLOAT_TYPE_P (type) && !flag_unsafe_math_optimizations)
     {
-      /* Changing the order of operations changes the sematics.  */
+      /* Changing the order of operations changes the semantics.  */
       if (vect_print_dump_info (REPORT_DETAILS))
         {
           fprintf (vect_dump, "reduction: unsafe fp math optimization: ");
@@ -1889,7 +1889,7 @@ vect_is_simple_reduction (struct loop *loop, tree phi)
     }
   else if (INTEGRAL_TYPE_P (type) && !TYPE_UNSIGNED (type) && flag_trapv)
     {
-      /* Changing the order of operations changes the sematics.  */
+      /* Changing the order of operations changes the semantics.  */
       if (vect_print_dump_info (REPORT_DETAILS))
         {
           fprintf (vect_dump, "reduction: unsafe int math optimization: ");
index 7642ced28631ffe031d985921ee70d95ab891480..7269fb5029a6ce77eace479b4790ccaaf437d7db 100644 (file)
@@ -904,7 +904,7 @@ extract_range_from_assert (value_range_t *vr_p, tree expr)
      anything dominated by 'if (i_5 < 5)' will be optimized away.
      Note, due to the wa in which simulation proceeds, the statement
      i_7 = ASSERT_EXPR <...> we would never be visited because the
-     conditiona 'if (i_5 < 5)' always evaluates to false.  However,
+     conditional 'if (i_5 < 5)' always evaluates to false.  However,
      this extra check does not hurt and may protect against future
      changes to VRP that may get into a situation similar to the
      NULL pointer dereference example.
index 48375d7f32d172c3f7c8f5a47ee2f3a0364b596d..ccd6cf538ccb0334622f80b369371aa486523ae3 100644 (file)
@@ -3584,7 +3584,7 @@ handle_dll_attribute (tree * pnode, tree name, tree args, int flags,
      any damage.  */
   if (is_attribute_p ("dllimport", name))
     {
-      /* Honor any target-specific overides. */ 
+      /* Honor any target-specific overrides. */ 
       if (!targetm.valid_dllimport_attribute_p (node))
        *no_add_attrs = true;