* src/tgbaalgos/cycles.cc (nocycle): Fix a comment.
This commit is contained in:
parent
dd16f58ef4
commit
902dadb898
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue