* src/ltlvisit/basicreduce.cc: Typo in comment.
This commit is contained in:
parent
f282338e1c
commit
ef3c82e1b0
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/ltlvisit/basicreduce.cc: Typo in comment.
|
||||||
|
|
||||||
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* NEWS: Summarize recent noteworthy changes.
|
* NEWS: Summarize recent noteworthy changes.
|
||||||
|
|
|
||||||
|
|
@ -356,7 +356,7 @@ namespace spot
|
||||||
}
|
}
|
||||||
else if (uo->op() == unop::G)
|
else if (uo->op() == unop::G)
|
||||||
{
|
{
|
||||||
// G(a) | G(b) = G(a | b)
|
// G(a) & G(b) = G(a & b)
|
||||||
tmpG->push_back(uo->child()->clone());
|
tmpG->push_back(uo->child()->clone());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue