* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check): Typos

in comment.
This commit is contained in:
Alexandre Duret-Lutz 2004-01-09 13:34:14 +00:00
parent f01267f36f
commit 036cfd30f8
2 changed files with 4 additions and 1 deletions

View file

@ -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;