From eeccd5804dfa919353d0fdc70fb0f7cfa8a16b65 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 17 May 2021 18:14:32 +0200 Subject: [PATCH] * spot/graph/graph.hh (chain_edges_): Typo in doc. --- spot/graph/graph.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spot/graph/graph.hh b/spot/graph/graph.hh index 507bc849e..d37e02acf 100644 --- a/spot/graph/graph.hh +++ b/spot/graph/graph.hh @@ -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;