* spot/graph/graph.hh (chain_edges_): Typo in doc.

This commit is contained in:
Alexandre Duret-Lutz 2021-05-17 18:14:32 +02:00
parent e53265dd44
commit e12f22f82a

View file

@ -1229,7 +1229,7 @@ namespace spot
/// \brief Reconstruct the chain of outgoing 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_()
{
state last_src = -1U;