* 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

@ -356,7 +356,7 @@ namespace spot
}
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());
}
else