summaryrefslogtreecommitdiff
path: root/vcl/README.scheduler
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/README.scheduler')
-rw-r--r--vcl/README.scheduler2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.scheduler b/vcl/README.scheduler
index 47edd9283c42..b7d7b61b30f7 100644
--- a/vcl/README.scheduler
+++ b/vcl/README.scheduler
@@ -220,7 +220,7 @@ the system message wasn't already our timer. As a result we can also skip the
polling. All this is one more reason to drop the single message processing
in favour of always processing all pending (system) events.
-There is an other special case, we have to handle: window updates during move
+There is another special case, we have to handle: window updates during move
and resize of windows. These system actions run in their own nested message
loop. So we have to completely switch to timers, even for 0ms. But these
posted events prevent any event processing, while we're busy. The only viable