* src/tgbaalgos/ltl2tgba_lacim.cc: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2004-01-09 16:19:12 +00:00
parent 036cfd30f8
commit a1f990b125
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
@ -191,7 +191,7 @@ namespace spot
case binop::R:
{
/*
f1 R f2 <=> f2 & (f1 | X(f1 U f2))
f1 R f2 <=> f2 & (f1 | X(f1 R f2))
In other words:
now <=> f2 & (f1 | next)
*/