* src/tgbaalgos/cycles.cc (nocycle): Fix a comment.

This commit is contained in:
Alexandre Duret-Lutz 2012-09-30 15:39:06 +02:00
parent dd16f58ef4
commit 902dadb898

View file

@ -33,7 +33,7 @@ namespace spot
{
// insert x in B(y)
y->second.b.insert(x->first);
// insert y in A(x)
// remove y from A(x)
x->second.del.insert(y->first);
}