* spot/twa/twagraph.cc: Fix comment.
This commit is contained in:
parent
f5bfc07cfc
commit
7531c88671
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue