Typo in last patch.
authorPaul Brook <pbrook@gcc.gnu.org>
Sat, 29 May 2004 01:24:15 +0000 (01:24 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 29 May 2004 01:24:15 +0000 (01:24 +0000)
From-SVN: r82412

gcc/fortran/trans-common.c

index 7484284730748917144a7812b4b7939826d1b911..667038d5cc45202cc3309c46ee35b52fbbcfc32a 100644 (file)
@@ -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;