From: Kazu Hirata Date: Sat, 23 Apr 2005 23:01:11 +0000 (+0000) Subject: * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a80769d7ef7d1f776745c758568d828569735cac;p=gcc.git * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. From-SVN: r98637 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0a065b7695..92d643f9d8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-23 Kazu Hirata + + * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. + 2005-04-23 Richard Guenther PR middle-end/21082 diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 9632ba96367..f1236eac5f4 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -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) diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index e2a8a50a9de..288831900a7 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -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. */