* spot/twaalgos/totgba.cc: Typos in comment.
This commit is contained in:
parent
a2cbf0af3a
commit
c379acad8a
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ namespace spot
|
||||||
|
|
||||||
// Nondeterministically jump to level ∅. We need to do
|
// Nondeterministically jump to level ∅. We need to do
|
||||||
// that only once per cycle. As an approximation, we
|
// that only once per cycle. As an approximation, we
|
||||||
// only to that for transition where t.src >= t.dst as
|
// only do that for transitions where t.src >= t.dst as
|
||||||
// this has to occur at least once per cycle.
|
// this has to occur at least once per cycle.
|
||||||
if (pend == orig_copy && (t.src >= t.dst) && maybe_acc && !no_fin)
|
if (pend == orig_copy && (t.src >= t.dst) && maybe_acc && !no_fin)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue