# HG changeset patch # User Juanma Barranquero # Date 1176972065 0 # Node ID 2ec04a50669a76ee34563f9a106ea22cd05c9a53 # Parent e24666dd27d11e8a6f907ca08af253899ad097cb Fix typo in comment. diff -r e24666dd27d1 -r 2ec04a50669a src/mac.c --- 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