Commit f659a11f by Paul Brook

Typo in last patch.

From-SVN: r82412
parent 353c3b7e
...@@ -685,7 +685,7 @@ find_equivalence (segment_info *f) ...@@ -685,7 +685,7 @@ find_equivalence (segment_info *f)
add_condition (f, eq, other); add_condition (f, eq, other);
eq->used = 1; eq->used = 1;
found = TRUE; 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. */ matches. Otherwise we can skip to the next equivalence. */
if (eq == l) if (eq == l)
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment