diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 23:01:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 23:01:11 +0000 |
commit | 9989536b26cd7d2c730b4b91704988f0234f59e7 (patch) | |
tree | 211cbe7b998ed133c293af742cce9320dcbb6a0e /gcc/tree-ssa-operands.h | |
parent | d4e7fe89e71e63cc25c26e6652911dc59591d54c (diff) | |
download | gcc-9989536b26cd7d2c730b4b91704988f0234f59e7.tar.gz |
* 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
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r-- | gcc/tree-ssa-operands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |