OSDN Git Service

Typo in last patch.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2004 01:24:15 +0000 (01:24 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2004 01:24:15 +0000 (01:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82412 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/trans-common.c

index 7484284..667038d 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;