postproc: fix a comment

* spot/twaalgos/postproc.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2017-09-24 14:41:17 +02:00
parent 1689c08e09
commit 2bca21f7f8

View file

@ -152,7 +152,7 @@ namespace spot
if (scc_filter_ == 0)
return a;
// If the automaton is weak, using transition-based acceptance
// won't help, so let's preserve it.
// won't help, so let's preserve state-based acceptance.
if ((state_based_ || a->prop_inherently_weak().is_true())
&& a->prop_state_acc().is_true())
return scc_filter_states(a, arg);