diff --git a/src/gc/DX1Collector.cpp b/src/gc/DX1Collector.cpp index e5f951f..263e5b8 100644 --- a/src/gc/DX1Collector.cpp +++ b/src/gc/DX1Collector.cpp @@ -338,7 +338,7 @@ namespace xo { if (!this->contains(role::from_space(), from_src)) { /* presumeably memory not owned by collector - * (e.g. Boolean {true, false}) + * (e.g. DBoolean {true, false}, DUniqueString {owned by StringTable} etc.) */ return from_src; }