diff --git a/modules/juce_core/threads/juce_ThreadPool.h b/modules/juce_core/threads/juce_ThreadPool.h index 3e879da4dd..668c642322 100644 --- a/modules/juce_core/threads/juce_ThreadPool.h +++ b/modules/juce_core/threads/juce_ThreadPool.h @@ -227,7 +227,7 @@ public: @param threadStackSizeBytes the size of the stack of each thread. If this value is zero then the default stack size of the OS will be used. - @param priority the desired priority of each thread in the pool. + @param desiredThreadPriority the desired priority of each thread in the pool. */ ThreadPool (int numberOfThreads, size_t threadStackSizeBytes = Thread::osDefaultStackSize,