aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2004-04-25 19:52:13 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2004-04-25 19:52:13 -0400
commitd7d2303533b184f5ac4faee20c09f78e19ef3c1a (patch)
tree78602d5697f3cbe7a3f2e1501e546b12aa2ee341 /gcc
parentd743b2b6b10e83fa4b0fd794e764a5dec01c9094 (diff)
downloadgcc-d7d2303533b184f5ac4faee20c09f78e19ef3c1a.zip
gcc-d7d2303533b184f5ac4faee20c09f78e19ef3c1a.tar.gz
gcc-d7d2303533b184f5ac4faee20c09f78e19ef3c1a.tar.bz2
Fix typo in comment.
From-SVN: r81169
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index f884ad9..0c40ded 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,