OSDN Git Service

* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2005 23:01:11 +0000 (23:01 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2005 23:01:11 +0000 (23:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98637 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e0a065b..92d643f 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 9632ba9..f1236ea 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 e2a8a50..2888319 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.  */