* src/twaalgos/remfin.cc: Fix comment.
This commit is contained in:
parent
c0bbabc400
commit
b1cdab6f95
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ namespace spot
|
||||||
// this returns the following map:
|
// this returns the following map:
|
||||||
// {1} => Inf(2)&Inf(4)
|
// {1} => Inf(2)&Inf(4)
|
||||||
// {2,3} => Inf(1)
|
// {2,3} => Inf(1)
|
||||||
// {} => Inf(3) | Inf(2)
|
// {} => Inf(1)&Inf(3) | Inf(1)&Inf(2)
|
||||||
// {4} => t
|
// {4} => t
|
||||||
static std::map<acc_cond::mark_t, acc_cond::acc_code>
|
static std::map<acc_cond::mark_t, acc_cond::acc_code>
|
||||||
split_dnf_acc_by_fin(const acc_cond::acc_code& acc)
|
split_dnf_acc_by_fin(const acc_cond::acc_code& acc)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue