summaryrefslogtreecommitdiff
path: root/src/vm/threadstatics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/threadstatics.h')
-rw-r--r--src/vm/threadstatics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vm/threadstatics.h b/src/vm/threadstatics.h
index c85245dba3..1269277315 100644
--- a/src/vm/threadstatics.h
+++ b/src/vm/threadstatics.h
@@ -13,8 +13,7 @@
// sets and gets values for that field.
//
// This implementation of thread statics closely parallels the implementation for regular statics. Regular
-// statics use the DomainLocalBlock and DomainLocalModule structures to allocate space for statics each time
-// a module is loaded in an AppDomain.
+// statics use the DomainLocalModule structure to allocate space for statics.
//
//