* 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,7 +1,10 @@
2004-01-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_lacim.cc: Typo in comment.
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::check): Typos
in comment.
in comments.
* m4/gspnlib.m4 (AX_CHECK_GSPNLIB): Do not warn about a missing
library for eesrg. Define the WITH_GSPN_EESRG conditional.

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)
*/