* spot/twaalgos/strength.cc: Typo.
This commit is contained in:
parent
5e2a8a581a
commit
c9716018ce
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace spot
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// A terminal automaton should accept any word that as a prefix
|
// A terminal automaton should accept any word that has a prefix
|
||||||
// leading to an accepting edge. In other words, we cannot have
|
// leading to an accepting edge. In other words, we cannot have
|
||||||
// an accepting edge that goes into a rejecting SCC.
|
// an accepting edge that goes into a rejecting SCC.
|
||||||
if (terminal && is_term && !ignore_trivial_term)
|
if (terminal && is_term && !ignore_trivial_term)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue