From e54146f15332cc0855fa9970c74a907e00008ef2 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Thu, 18 Jun 2009 21:08:43 +0200 Subject: [PATCH] Fix typo in comment --- src/MacVim/MMAppController.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MacVim/MMAppController.m b/src/MacVim/MMAppController.m index f2e6b92c..00d7f646 100644 --- a/src/MacVim/MMAppController.m +++ b/src/MacVim/MMAppController.m @@ -1139,9 +1139,9 @@ fsEventCallback(ConstFSEventStreamRef streamRef, - (oneway void)processInput:(in bycopy NSArray *)queue forIdentifier:(unsigned)identifier { - // NOTE: Input is not handled immediately since this is a distribued object - // call and as such can arrive at unpredictable times. Instead, queue the - // input and process it when the run loop is updated. + // NOTE: Input is not handled immediately since this is a distributed + // object call and as such can arrive at unpredictable times. Instead, + // queue the input and process it when the run loop is updated. if (!(queue && identifier)) { NSLog(@"[%s] Bad input for identifier=%d", _cmd, identifier); -- 2.11.4.GIT