* spot/graph/graph.hh (chain_edges_): Typo in doc.
This commit is contained in:
parent
30e82e7b1f
commit
eeccd5804d
1 changed files with 1 additions and 1 deletions
|
|
@ -1229,7 +1229,7 @@ namespace spot
|
||||||
/// \brief Reconstruct the chain of outgoing edges
|
/// \brief Reconstruct the chain of outgoing edges
|
||||||
///
|
///
|
||||||
/// Should be called only when it is known that all edges
|
/// Should be called only when it is known that all edges
|
||||||
/// with the same destination are consecutive in the vector.
|
/// with the same source are consecutive in the vector.
|
||||||
void chain_edges_()
|
void chain_edges_()
|
||||||
{
|
{
|
||||||
state last_src = -1U;
|
state last_src = -1U;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue