From: Juanma Barranquero Date: Thu, 19 Apr 2007 08:41:05 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-22.0.99~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a219983766bc643b54a38cf3f5eb2305120ac6e;p=emacs.git Fix typo in comment. --- diff --git a/src/mac.c b/src/mac.c index 8363326cc05..8e3f49d2bfe 100644 --- a/src/mac.c +++ b/src/mac.c @@ -4991,7 +4991,7 @@ extern int noninteractive; 3. [If SELECT_USE_CFSOCKET is set] Only the window event channel and socket read/write channels are involved, and timeout is not too short (greater than - SELECT_TIMEOUT_THRESHHOLD_RUNLOOP seconds). + SELECT_TIMEOUT_THRESHOLD_RUNLOOP seconds). -> Create CFSocket for each socket and add it into the current event RunLoop so that the current event loop gets quit when the socket becomes ready. Then ReceiveNextEvent can wait for