aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorPaul Brook <pbrook@gcc.gnu.org>2004-05-29 01:24:15 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-05-29 01:24:15 +0000
commitf659a11ff2646ef5a01ebd12128e73247d217c82 (patch)
treeaebe42db895b657ef331fe6ea6246f1f8e51c7c9 /gcc/fortran
parent353c3b7e16645aa9e2be04e80707e256965642e4 (diff)
downloadgcc-f659a11ff2646ef5a01ebd12128e73247d217c82.zip
gcc-f659a11ff2646ef5a01ebd12128e73247d217c82.tar.gz
gcc-f659a11ff2646ef5a01ebd12128e73247d217c82.tar.bz2
Typo in last patch.
From-SVN: r82412
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/trans-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c
index 7484284..667038d 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;