From 154616d271f44f0b880dedd19fe7e9563ff64f09 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 6 May 2012 12:25:08 +0100 Subject: [PATCH] Documentation typo fix. --- modules/juce_core/threads/juce_ThreadPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/threads/juce_ThreadPool.h b/modules/juce_core/threads/juce_ThreadPool.h index 1e6744f6d6..b6e9a901df 100644 --- a/modules/juce_core/threads/juce_ThreadPool.h +++ b/modules/juce_core/threads/juce_ThreadPool.h @@ -136,7 +136,7 @@ private: /** A set of threads that will run a list of jobs. - When a ThreadPoolJob object is added to the ThreadPool's list, its run() method + When a ThreadPoolJob object is added to the ThreadPool's list, its runJob() method will be called by the next pooled thread that becomes free. @see ThreadPoolJob, Thread