mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-19 18:11:16 +00:00
fix missing bracket in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@38156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8120c7b7e
commit
60dd3485ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ typedef unsigned int NSUInteger;
|
||||||
* Always returns the same instance whenever the method is called.<br />
|
* Always returns the same instance whenever the method is called.<br />
|
||||||
* The shared pool is created with an initial size as specified by the
|
* The shared pool is created with an initial size as specified by the
|
||||||
* GSIOThreadPoolSize user default (zero if there is no such positive
|
* GSIOThreadPoolSize user default (zero if there is no such positive
|
||||||
* integer in the defauilts system, however, you can modify that using
|
* integer in the defauilts system), however you can modify that using
|
||||||
* the -setThreads: method.
|
* the -setThreads: method.
|
||||||
*/
|
*/
|
||||||
+ (GSIOThreadPool*) sharedPool;
|
+ (GSIOThreadPool*) sharedPool;
|
||||||
|
|
Loading…
Reference in a new issue