From 86214582550cfea61d51fe6262d05fe2f11af99d Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 3 May 2017 17:48:35 +0200 Subject: [PATCH] Update comment, this list is sorted by now --- src/track/tracetree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/track/tracetree.h b/src/track/tracetree.h index 42f0bb9..d2b44c6 100644 --- a/src/track/tracetree.h +++ b/src/track/tracetree.h @@ -36,7 +36,7 @@ struct TraceEdge // the evaluation process can then reverse-map the index to the parent ip // to rebuild the backtrace from the bottom-up uint32_t index; - // Unsorted list of children, assumed to be small + // sorted list of children, assumed to be small std::vector children; }; -- 2.7.4