diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-23 23:01:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-23 23:01:11 +0000 |
commit | a80769d7ef7d1f776745c758568d828569735cac (patch) | |
tree | 211cbe7b998ed133c293af742cce9320dcbb6a0e /gcc/tree-ssa-operands.h | |
parent | 75cf42ccffa6a661cce421e0d9eb0e0689d75aae (diff) | |
download | gcc-a80769d7ef7d1f776745c758568d828569735cac.zip gcc-a80769d7ef7d1f776745c758568d828569735cac.tar.gz gcc-a80769d7ef7d1f776745c758568d828569735cac.tar.bz2 |
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
From-SVN: r98637
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 e2a8a50..2888319 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. */ |