mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f03e839d7c
commit
93f1f36168
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ static NSOperationQueue *mainQueue = nil;
|
|||
else if (internal->count != 0 && NO == internal->suspended
|
||||
&& [internal->waiting count] > 0)
|
||||
{
|
||||
/* If concurrent operations are permitted an the queue
|
||||
/* If multiple operations are permitted and the queue
|
||||
* is not suspended, and there are operations waiting,
|
||||
* then we can get one.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue