Update comment, this list is sorted by now
authorMilian Wolff <milian.wolff@kdab.com>
Wed, 3 May 2017 15:48:35 +0000 (17:48 +0200)
committerMilian Wolff <milian.wolff@kdab.com>
Mon, 15 May 2017 14:21:43 +0000 (16:21 +0200)
src/track/tracetree.h

index 42f0bb9..d2b44c6 100644 (file)
@@ -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<TraceEdge> children;
 };