From 1b2dd79c1f6f8af4fb313b6df978297e9a7d8db0 Mon Sep 17 00:00:00 2001 From: rfm Date: Sun, 27 Feb 2011 22:44:16 +0000 Subject: [PATCH] fix typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32393 72102866-910b-0410-8b05-ffd578937521 --- Source/NSOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */