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:
Richard Frith-MacDonald 2011-02-27 22:44:16 +00:00
parent f03e839d7c
commit 93f1f36168

View file

@ -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.
*/