summaryrefslogtreecommitdiff
path: root/src/gc/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gc.h')
-rw-r--r--src/gc/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gc.h b/src/gc/gc.h
index 838f3bac7e..2bfb4aa56b 100644
--- a/src/gc/gc.h
+++ b/src/gc/gc.h
@@ -254,7 +254,7 @@ struct ProfilingScanContext : ScanContext
fProfilerPinned = fProfilerPinnedParam;
pvEtwContext = NULL;
#ifdef FEATURE_CONSERVATIVE_GC
- // To not confuse CNameSpace::GcScanRoots
+ // To not confuse GCScan::GcScanRoots
promotion = g_pConfig->GetGCConservative();
#endif
}