* src/tgbaalgos/lbtt.cc: Typos.

This commit is contained in:
Alexandre Duret-Lutz 2003-07-29 16:15:19 +00:00
parent 48c03b89b8
commit 60ef421dd5
4 changed files with 12 additions and 8 deletions

View file

@ -128,7 +128,7 @@ namespace spot
tstack_type::const_reverse_iterator ti;
os << "Prefix:" << std::endl;
const bdd_dict* d = a->get_dict();
for (i = stack.rbegin(), ti = tstack.rbegin();
for (i = stack.rbegin(), ti = tstack.rbegin();
i != stack.rend(); ++i, ++ti)
{
if (i->first.s->compare(x) == 0)