* src/ltlvisit/basicreduce.cc: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2010-04-08 15:56:58 +02:00
parent f282338e1c
commit ef3c82e1b0
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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