* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check): Typos
in comment.
This commit is contained in:
parent
f01267f36f
commit
036cfd30f8
2 changed files with 4 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ namespace spot
|
|||
{
|
||||
// We use five main data in this algorithm:
|
||||
// * emptiness_check::root, a stack of strongly connected components (SCC),
|
||||
// * emptiness_check::h, a hash of all visited node, with their order,
|
||||
// * emptiness_check::h, a hash of all visited nodes, with their order,
|
||||
// (it is called "Hash" in Couvreur's paper)
|
||||
// * arc, a stack of acceptance conditions between each of these SCC,
|
||||
std::stack<bdd> arc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue