* spot/twa/twagraph.cc: Fix comment.

This commit is contained in:
Alexandre Duret-Lutz 2016-05-01 13:28:27 +02:00
parent f5bfc07cfc
commit 7531c88671

View file

@ -297,7 +297,7 @@ namespace spot
for (auto& e: g_.edges())
{
all = bdd_exist(all, bdd_support(e.cond));
if (all == bddtrue) // All letters are used.
if (all == bddtrue) // All APs are used.
return;
}
auto d = get_dict();