* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check): Typos
in comment.
This commit is contained in:
parent
06877eac24
commit
f01267f36f
1 changed files with 3 additions and 4 deletions
|
|
@ -202,10 +202,9 @@ namespace spot
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We know the state exist. Since a state can have several
|
// We know the state exists. Since a state can have several
|
||||||
// representations (i.e., objects), make sure we delete
|
// representations (i.e., objects), make sure we delete
|
||||||
// anything but the first one seen (the one used as key in
|
// anything but the first one seen (the one used as key in H).
|
||||||
// H).
|
|
||||||
if (dest != i->first)
|
if (dest != i->first)
|
||||||
delete dest;
|
delete dest;
|
||||||
|
|
||||||
|
|
@ -254,7 +253,7 @@ namespace spot
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// This automaton recognize no word.
|
// This automaton recognizes no word.
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue