[threadpool] Split domain and worker management (#4117)
[mono.git] / mono / utils / mono-lazy-init.h
index 194eadc15c97f0a0d3541baf85fcd20f72418bf6..7deca1275f5f26f39602ad5404a5d061ef5cc94a 100644 (file)
@@ -20,7 +20,7 @@
 
 /*
  * These functions should be used if you want some form of lazy initialization. You can have a look at the
- * threadpool-ms for a more detailed example.
+ * threadpool for a more detailed example.
  *
  * The idea is that a module can be in 5 different states:
  *  - not initialized: it is the first state it starts in