]> gcc.gnu.org Git - gcc.git/commitdiff
c-common.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 25 Jan 2004 03:52:42 +0000 (03:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Jan 2004 03:52:42 +0000 (03:52 +0000)
* c-common.h: Fix comment typos.
* c-decl.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* et-forest.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* ifcvt.c: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* postreload.c: Likewise.
* varray.c: Likewise.

From-SVN: r76539

13 files changed:
gcc/ChangeLog
gcc/c-common.h
gcc/c-decl.c
gcc/cgraphunit.c
gcc/combine.c
gcc/et-forest.c
gcc/flow.c
gcc/function.c
gcc/ifcvt.c
gcc/integrate.c
gcc/jump.c
gcc/postreload.c
gcc/varray.c

index 81421e4b8d209f23ea7abd2cee9bdd6f9090f6ad..0fcc6d9596881172cabbb97b2286cee3c9746746 100644 (file)
@@ -1,3 +1,18 @@
+2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-common.h: Fix comment typos.
+       * c-decl.c: Likewise.
+       * cgraphunit.c: Likewise.
+       * combine.c: Likewise.
+       * et-forest.c: Likewise.
+       * flow.c: Likewise.
+       * function.c: Likewise.
+       * ifcvt.c: Likewise.
+       * integrate.c: Likewise.
+       * jump.c: Likewise.
+       * postreload.c: Likewise.
+       * varray.c: Likewise.
+
 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/frontends.texi: Update copyright.
index 82c0b1529e83340d3606cb9e1ade6f1dd331b351..aec0fc569e0c5b0b6de903232f70951382fb3a63 100644 (file)
@@ -206,7 +206,7 @@ struct c_common_identifier GTY(())
 
 #define default_function_type          c_global_trees[CTI_DEFAULT_FUNCTION_TYPE]
 
-/* g77 integer types, which which must be kept in sync with f/com.h */
+/* g77 integer types, which must be kept in sync with f/com.h */
 #define g77_integer_type_node          c_global_trees[CTI_G77_INTEGER_TYPE]
 #define g77_uinteger_type_node         c_global_trees[CTI_G77_UINTEGER_TYPE]
 #define g77_longint_type_node          c_global_trees[CTI_G77_LONGINT_TYPE]
index 3af82f4b7c7d85d8170950326cce685e3e3736af..6dd6bc09272bb581e7f08b525e8a007c3051b428 100644 (file)
@@ -792,7 +792,7 @@ match_builtin_function_types (tree newtype, tree oldtype)
   return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype));
 }
 
-/* Subroutine of diagnose_mismathed_decls.  Check for function type
+/* Subroutine of diagnose_mismatched_decls.  Check for function type
    mismatch involving an empty arglist vs a nonempty one and give clearer
    diagnostics. */
 static void
index a883ebf6728ddb5ac5f8487cd437226ad4306e28..3a7dcb3a4dc7583a7ba333e1526b61c82ed18807 100644 (file)
@@ -844,7 +844,7 @@ cgraph_remove_unreachable_nodes (void)
   /* Remove unreachable nodes.  Extern inline functions need special care;
      Unreachable extern inline functions shall be removed.
      Reachable extern inline functions we never inlined shall get their bodies
-     elliminated
+     eliminated.
      Reachable extern inline functions we sometimes inlined will be turned into
      unanalyzed nodes so they look like for true extern functions to the rest
      of code.  */
index b2d776902ef3b36d6612e2406596147d67fae2dc..f84c277b2397279f45bbae2d9ef50594b1ab7dd8 100644 (file)
@@ -2467,7 +2467,7 @@ try_combine (rtx i3, rtx i2, rtx i1, int *new_direct_jump_p)
                        undobuf.other_insn, NULL_RTX);
     }
 #ifdef HAVE_cc0
-  /* If I2 is the setter CC0 and I3 is the user CC0 then check whether
+  /* If I2 is the CC0 setter and I3 is the CC0 user then check whether
      they are adjacent to each other or not.  */
   {
     rtx p = prev_nonnote_insn (i3);
index 62cdd2107d3d109d616ab2f8ae6d05db6c701595..77194c630686d54e60b7cbbd3b71f2d014ce0de6 100644 (file)
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA.
 #include "basic-block.h"
 #endif
 
-/* The occurence of a node in the et tree.  */
+/* The occurrence of a node in the et tree.  */
 struct et_occ
 {
   struct et_node *of;          /* The node.  */
@@ -51,7 +51,7 @@ struct et_occ
   int min;                     /* The minimum value of the depth in the subtree
                                   is obtained by adding sum of depth fields
                                   on the path to the root.  */
-  struct et_occ *min_occ;      /* The occurence in the subtree with the minimal
+  struct et_occ *min_occ;      /* The occurrence in the subtree with the minimal
                                   depth.  */
 };
 
@@ -112,7 +112,7 @@ set_next (struct et_occ *occ, struct et_occ *t)
     t->parent = occ;
 }
 
-/* Recompute minimum for occurence OCC.  */
+/* Recompute minimum for occurrence OCC.  */
 
 static inline void
 et_recomp_min (struct et_occ *occ)
@@ -310,7 +310,7 @@ check_path_after (struct et_occ *occ)
 
 #endif
 
-/* Splay the occurence OCC to the root of the tree.  */
+/* Splay the occurrence OCC to the root of the tree.  */
 
 static void
 et_splay (struct et_occ *occ)
@@ -452,7 +452,7 @@ et_splay (struct et_occ *occ)
 #endif
 }
 
-/* Create a new et tree occurence of NODE.  */
+/* Create a new et tree occurrence of NODE.  */
 
 static struct et_occ *
 et_new_occ (struct et_node *node)
index c146310cb0a902b4b2cc35709cd1d3c17270355c..dbd8250360923cf167da45655ddb5ba2c59642b2 100644 (file)
@@ -468,7 +468,7 @@ life_analysis (rtx f, FILE *file, int flags)
 
   free_basic_block_vars (1);
 
-  /* Removing dead insns should've made jumptables really dead.  */
+  /* Removing dead insns should have made jumptables really dead.  */
   delete_dead_jumptables ();
 }
 
index 2cdcdd33e36f08ccad8ba81cada7520a0b8bd908..f4c90b5cdc346213a52bb291ac6e53bcfa676770 100644 (file)
@@ -269,7 +269,7 @@ static tree blocks_nreverse (tree);
 static int all_blocks (tree, tree *);
 static tree *get_block_vector (tree, int *);
 extern tree debug_find_var_in_block_tree (tree, tree);
-/* We always define `record_insns' even if its not used so that we
+/* We always define `record_insns' even if it's not used so that we
    can always export `prologue_epilogue_contains'.  */
 static void record_insns (rtx, varray_type *) ATTRIBUTE_UNUSED;
 static int contains (rtx, varray_type);
index 2b10e18628e6a1809f603e056dc03ad2c81a2500..ffcb0016298b66a139be20c394527134c1b9e066 100644 (file)
@@ -1964,7 +1964,7 @@ noce_process_if_block (struct ce_if_block * ce_info)
     }
 
   /* Disallow the "if (...) x = a;" form (with an implicit "else x = x;")
-     for most optimizations if writing to x may trap, i.e. its a memory
+     for most optimizations if writing to x may trap, i.e. it's a memory
      other than a static var or a stack slot.  */
   if (! set_b
       && GET_CODE (orig_x) == MEM
index d45bbfce2a5053ab5e3b300707fa1d175c04fed8..82e8114214bc57d50aa9e7ec9dca30814e13e8d9 100644 (file)
@@ -191,7 +191,7 @@ function_cannot_inline_p (tree fndecl)
   if (current_function_cannot_inline)
     return current_function_cannot_inline;
 
-  /* If its not even close, don't even look.  */
+  /* If it's not even close, don't even look.  */
   if (get_max_uid () > 3 * max_insns)
     return N_("function too large to be inline");
 
index d2b53f8cf4b1ddc4db20de129b40eff9d875382c..f62d2629ccc18f1fb08684fe00cc2b4e6c640db8 100644 (file)
@@ -1051,7 +1051,7 @@ simplejump_p (rtx insn)
 /* Return nonzero if INSN is a (possibly) conditional jump
    and nothing more.
 
-   Use this function is deprecated, since we need to support combined
+   Use of this function is deprecated, since we need to support combined
    branch and compare insns.  Use any_condjump_p instead whenever possible.  */
 
 int
index 6f567f07f9e95600e4bb17227d72bfd809f6c555..7b7e3d2cfddd1e4eabbe66f7aa32a3bd597e8711 100644 (file)
@@ -410,7 +410,7 @@ reload_cse_simplify_operands (rtx insn, rtx testreg)
        {
          rtx set = single_set (insn);
 
-         /* We might have multiple sets, some of which do implict
+         /* We might have multiple sets, some of which do implicit
             extension.  Punt on this for now.  */
          if (! set)
            continue;
index a4448d20e763fa06f4c33fe338b3a44b22062b17..9c70b9f6dad00bdd360e5067b28b1ae39a759e4e 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef GATHER_STATISTICS
 
-/* Store infromation about each particular varray.  */
+/* Store information about each particular varray.  */
 struct varray_descriptor
 {
   const char *name;
This page took 0.132549 seconds and 5 git commands to generate.