diff --git a/Source/NSOperation.m b/Source/NSOperation.m index b0c0c504c..e9f463e49 100644 --- a/Source/NSOperation.m +++ b/Source/NSOperation.m @@ -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. */