* 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

@ -1,5 +1,8 @@
2004-01-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check): Typos
in comment.
* m4/gspnlib.m4 (AX_CHECK_GSPNLIB): Do not warn about a missing
library for eesrg. Define the WITH_GSPN_EESRG conditional.
* iface/gspn/Makefile.am (gspn_HEADERS, check_PROGRAMS): Add the

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;