diff options
| author | Juanma Barranquero | 2007-04-19 08:41:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-04-19 08:41:05 +0000 |
| commit | 5a219983766bc643b54a38cf3f5eb2305120ac6e (patch) | |
| tree | 9757738f01593835d8f6d352cf782503499b032c /src/mac.c | |
| parent | c3662bfb583745078c6cad218676021c1d5734ec (diff) | |
| download | emacs-5a219983766bc643b54a38cf3f5eb2305120ac6e.tar.gz emacs-5a219983766bc643b54a38cf3f5eb2305120ac6e.zip | |
Fix typo in comment.
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |