From e12f22f82a05680f2f7d664ad64e7ba755c3e05b 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 efb83abf0..0d68ba9a9 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;