aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-04-19 08:41:05 +0000
committerJuanma Barranquero2007-04-19 08:41:05 +0000
commit5a219983766bc643b54a38cf3f5eb2305120ac6e (patch)
tree9757738f01593835d8f6d352cf782503499b032c /src/mac.c
parentc3662bfb583745078c6cad218676021c1d5734ec (diff)
downloademacs-5a219983766bc643b54a38cf3f5eb2305120ac6e.tar.gz
emacs-5a219983766bc643b54a38cf3f5eb2305120ac6e.zip
Fix typo in comment.
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
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;
4991 3. [If SELECT_USE_CFSOCKET is set] 4991 3. [If SELECT_USE_CFSOCKET is set]
4992 Only the window event channel and socket read/write channels are 4992 Only the window event channel and socket read/write channels are
4993 involved, and timeout is not too short (greater than 4993 involved, and timeout is not too short (greater than
4994 SELECT_TIMEOUT_THRESHHOLD_RUNLOOP seconds). 4994 SELECT_TIMEOUT_THRESHOLD_RUNLOOP seconds).
4995 -> Create CFSocket for each socket and add it into the current 4995 -> Create CFSocket for each socket and add it into the current
4996 event RunLoop so that the current event loop gets quit when 4996 event RunLoop so that the current event loop gets quit when
4997 the socket becomes ready. Then ReceiveNextEvent can wait for 4997 the socket becomes ready. Then ReceiveNextEvent can wait for