projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353c3b7
)
Typo in last patch.
author
Paul Brook
<pbrook@gcc.gnu.org>
Sat, 29 May 2004 01:24:15 +0000
(
01:24
+0000)
committer
Paul Brook
<pbrook@gcc.gnu.org>
Sat, 29 May 2004 01:24:15 +0000
(
01:24
+0000)
From-SVN: r82412
gcc/fortran/trans-common.c
patch
|
blob
|
history
diff --git
a/gcc/fortran/trans-common.c
b/gcc/fortran/trans-common.c
index 7484284730748917144a7812b4b7939826d1b911..667038d5cc45202cc3309c46ee35b52fbbcfc32a 100644
(file)
--- 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 fi
r
st in the chain we may find other
matches. Otherwise we can skip to the next equivalence. */
if (eq == l)
break;