* src/tgbaalgos/lbtt.cc: Typos.
This commit is contained in:
parent
48c03b89b8
commit
60ef421dd5
4 changed files with 12 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue