* spot/twaalgos/remfin.cc: Typos in comment.
This commit is contained in:
parent
47e1c9692e
commit
7726147977
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ namespace spot
|
||||||
auto sccaut = mask_keep_accessible_states(aut, keep, states.front());
|
auto sccaut = mask_keep_accessible_states(aut, keep, states.front());
|
||||||
// Force SBA to false. It does not affect the emptiness
|
// Force SBA to false. It does not affect the emptiness
|
||||||
// check result, however it prevent recurring into this
|
// check result, however it prevent recurring into this
|
||||||
// procedure, because empty() will call to_tgba() which will
|
// procedure, because is_empty() will call
|
||||||
// call remove_fin()...
|
// to_generalized_buchi() which will call remove_fin()...
|
||||||
sccaut->prop_state_acc(false);
|
sccaut->prop_state_acc(false);
|
||||||
// If SCCAUT is empty, the SCC is BA-type (and none
|
// If SCCAUT is empty, the SCC is BA-type (and none
|
||||||
// of its states are final). If SCCAUT is nonempty, the SCC
|
// of its states are final). If SCCAUT is nonempty, the SCC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue