diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-29 01:24:15 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-29 01:24:15 +0000 |
commit | 5fef78a4f6c5553d6f0d6d5b7f56b3a235ae6e04 (patch) | |
tree | aebe42db895b657ef331fe6ea6246f1f8e51c7c9 /gcc/fortran | |
parent | 03500d571a1d8299eef6234c2496cf09c85ca47c (diff) | |
download | gcc-5fef78a4f6c5553d6f0d6d5b7f56b3a235ae6e04.tar.gz |
Typo in last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82412 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/trans-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |