From 9989536b26cd7d2c730b4b91704988f0234f59e7 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 23 Apr 2005 23:01:11 +0000 Subject: * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98637 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-operands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-operands.h') 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. */ -- cgit v1.2.1