* src/tgbaalgos/reducerun.hh: Typos in documentation.
This commit is contained in:
parent
b26b910358
commit
365d0ead94
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
// Copyright (C) 2010 Laboratoire de Recherche et Developpement de
|
// Copyright (C) 2010, 2013 Laboratoire de Recherche et Développement de
|
||||||
// l'Epita.
|
// l'Epita.
|
||||||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
// et Marie Curie.
|
// et Marie Curie.
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -30,8 +30,8 @@ namespace spot
|
||||||
/// \ingroup tgba_run
|
/// \ingroup tgba_run
|
||||||
/// \brief Reduce an accepting run.
|
/// \brief Reduce an accepting run.
|
||||||
///
|
///
|
||||||
/// Return a run which is accepting for \a and that is no longer
|
/// Return a run which is accepting for \a a and that is no longer
|
||||||
/// that \a org.
|
/// than \a org.
|
||||||
tgba_run* reduce_run(const tgba* a, const tgba_run* org);
|
tgba_run* reduce_run(const tgba* a, const tgba_run* org);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue