Typo in last patch.

From-SVN: r82412
This commit is contained in:
Paul Brook 2004-05-29 01:24:15 +00:00
parent 353c3b7e16
commit f659a11ff2
1 changed files with 1 additions and 1 deletions

View 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;