From d7d2303533b184f5ac4faee20c09f78e19ef3c1a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 25 Apr 2004 19:52:13 -0400 Subject: [PATCH] Fix typo in comment. From-SVN: r81169 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2