summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-25 23:52:13 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-25 23:52:13 +0000
commit994233f022e65dd04b368b99e6b0290495c7a694 (patch)
tree78602d5697f3cbe7a3f2e1501e546b12aa2ee341
parent6cd7b00928bba3cbef70ad613277d75ede964610 (diff)
downloadppe42-gcc-994233f022e65dd04b368b99e6b0290495c7a694.tar.gz
ppe42-gcc-994233f022e65dd04b368b99e6b0290495c7a694.zip
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81169 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index f884ad97747..0c40ded8f97 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -5510,7 +5510,7 @@ get_inner_reference (tree exp, HOST_WIDE_INT *pbitsize,
index, low_bound));
/* If the index has a self-referential type, instantiate it with
- the object; likewise fkor the component size. */
+ the object; likewise for the component size. */
index = SUBSTITUTE_PLACEHOLDER_IN_EXPR (index, exp);
unit_size = SUBSTITUTE_PLACEHOLDER_IN_EXPR (unit_size, array);
offset = size_binop (PLUS_EXPR, offset,
OpenPOWER on IntegriCloud