mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
c384482cf8
commit
1b2dd79c1f
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…
Add table
Add a link
Reference in a new issue