This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] gcc/*.c: Fix comment typos.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 23 Apr 2005 19:00:24 -0400 (EDT)
- Subject: [patch] gcc/*.c: Fix comment typos.
Hi,
Committed as obvious.
Kazu Hirata
2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
Index: ipa-inline.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ipa-inline.c,v
retrieving revision 2.2
diff -u -d -p -r2.2 ipa-inline.c
--- ipa-inline.c 23 Apr 2005 14:23:25 -0000 2.2
+++ ipa-inline.c 23 Apr 2005 22:59:21 -0000
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - S
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: tree-ssa-operands.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-operands.h,v
retrieving revision 2.12
diff -u -d -p -r2.12 tree-ssa-operands.h
--- tree-ssa-operands.h 5 Apr 2005 19:05:11 -0000 2.12
+++ tree-ssa-operands.h 23 Apr 2005 22:59:22 -0000
@@ -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. */