Mercurial > emacs
changeset 77308:2ec04a50669a
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 19 Apr 2007 08:41:05 +0000 |
parents | e24666dd27d1 |
children | 56cc03f5f68c |
files | src/mac.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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