From 3236b06c4cbd4409389fa3243d2fb8f7375b5dbe Mon Sep 17 00:00:00 2001 From: Pete Vilter <7341+vilterp@users.noreply.github.com> Date: Thu, 7 Oct 2021 12:41:17 -0400 Subject: [PATCH] tweak comment --- src/gc-heap-snapshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gc-heap-snapshot.cpp b/src/gc-heap-snapshot.cpp index 0ce8ec2486431..d6f76add293d1 100644 --- a/src/gc-heap-snapshot.cpp +++ b/src/gc-heap-snapshot.cpp @@ -62,7 +62,7 @@ struct Edge { const int k_node_number_of_fields = 7; struct Node { - size_t type; // TODO: point at actual type here? + size_t type; // index into snapshot->node_types string name; size_t id; // This should be a globally-unique counter, but we use the memory address size_t self_size;