[threadpool] Split domain and worker management (#4117)
[mono.git] / mono / utils / mono-lazy-init.h
index 99631f08ef68c58f8b0120d0bd95d44b77360473..7deca1275f5f26f39602ad5404a5d061ef5cc94a 100644 (file)
@@ -4,6 +4,7 @@
  * Authors: Ludovic Henry <ludovic@xamarin.com>
  *
  * Copyright 2015 Xamarin, Inc. (www.xamarin.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef __MONO_LAZY_INIT_H__
@@ -19,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