OSDN Git Service

Fix typo in comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Apr 2004 23:52:13 +0000 (23:52 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Apr 2004 23:52:13 +0000 (23:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81169 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index f884ad9..0c40ded 100644 (file)
@@ -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,