* spot/graph/graph.hh: Typo in comment.
This commit is contained in:
parent
a6afaf3d9d
commit
ab20585180
1 changed files with 1 additions and 1 deletions
|
|
@ -1025,7 +1025,7 @@ namespace spot
|
|||
///
|
||||
/// \param newst A vector indicating how each state should be renumbered.
|
||||
/// Use -1U to erase a state.
|
||||
/// \param the number of states used (after renumbering)
|
||||
/// \param used_states the number of states used (after renumbering)
|
||||
void defrag_states(std::vector<unsigned>&& newst, unsigned used_states)
|
||||
{
|
||||
assert(newst.size() == states_.size());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue