diff src/mac.c @ 77308:2ec04a50669a

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 19 Apr 2007 08:41:05 +0000
parents f9e6e90b6141
children 922696f363b0 01f9f93abc4c e6fdae9180d4
line wrap: on
line diff
--- a/src/mac.c	Thu Apr 19 08:40:41 2007 +0000
+++ b/src/mac.c	Thu Apr 19 08:41:05 2007 +0000
@@ -4991,7 +4991,7 @@
    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