diff --git a/src/twaalgos/remfin.cc b/src/twaalgos/remfin.cc index 347125ab8..fe660399a 100644 --- a/src/twaalgos/remfin.cc +++ b/src/twaalgos/remfin.cc @@ -39,7 +39,7 @@ namespace spot // this returns the following map: // {1} => Inf(2)&Inf(4) // {2,3} => Inf(1) - // {} => Inf(3) | Inf(2) + // {} => Inf(1)&Inf(3) | Inf(1)&Inf(2) // {4} => t static std::map split_dnf_acc_by_fin(const acc_cond::acc_code& acc)