From f659a11ff2646ef5a01ebd12128e73247d217c82 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sat, 29 May 2004 01:24:15 +0000 Subject: [PATCH] Typo in last patch. From-SVN: r82412 --- gcc/fortran/trans-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 74842847307..667038d5cc4 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -685,7 +685,7 @@ find_equivalence (segment_info *f) add_condition (f, eq, other); eq->used = 1; found = TRUE; - /* If this symbol is the fist in the chain we may find other + /* If this symbol is the first in the chain we may find other matches. Otherwise we can skip to the next equivalence. */ if (eq == l) break;