grammar updates
[mono.git] / mono / metadata / threadpool.h
index ce5b20ae05f9d6e10578c41dc24ca42a57e2b373..d858f7662d98a2eea5f8682ab1af73048a1e6655 100644 (file)
@@ -5,7 +5,7 @@
 #include <mono/metadata/reflection.h>
 
 extern int mono_max_worker_threads;
-extern int mono_worker_threads;
+extern int busy_worker_threads;
 
 MonoAsyncResult *
 mono_thread_pool_add     (MonoObject *target, MonoMethodMessage *msg,