* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 23 Apr 2005 23:01:11 +0000 (23:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Apr 2005 23:01:11 +0000 (23:01 +0000)
From-SVN: r98637

gcc/ChangeLog
gcc/ipa-inline.c
gcc/tree-ssa-operands.h

index e0a065b7695bf2db28a6aa517cbc258be4ab9ed0..92d643f9d8f6488269924861ec65732d44b8cd04 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
+
 2005-04-23  Richard Guenther  <rguenth@gcc.gnu.org>
 
        PR middle-end/21082
index 9632ba9636776f51abe529b7303c8f4db4cbd635..f1236eac5f47a9199ecfa40ad8ff83d24fd2eef5 100644 (file)
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
     cgraph_mark_inline implementation
 
-      This function allow to mark given call inline and performs necessary
+      This function allows to mark given call inline and performs necessary
       modifications of cgraph (production of the clones and updating overall
       statistics)
 
index e2a8a50a9def29fca1ed2a3877c3d8ae9710f9d9..288831900a7260f7ff2299d8aabf12eceb09918b 100644 (file)
@@ -100,7 +100,7 @@ typedef struct v_must_def_optype_d GTY(())
 
 typedef v_must_def_optype_t *v_must_def_optype;
 
-/* This represents the operand cache fora stmt.  */
+/* This represents the operand cache for a stmt.  */
 typedef struct stmt_operands_d GTY(())
 {
   /* Statement operands.  */