aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-21 11:43:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-21 11:43:50 +0200
commite9e910c3ecaa66a544e6b2604c2dff432597d9d7 (patch)
tree47ef9605077d8738a7ca5f56cdd31e76403c2381
parent181e25632544f4970036b2bfbcda517411faf6c7 (diff)
Fix typo
-rw-r--r--build2/scheduler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler.cxx b/build2/scheduler.cxx
index 053532e..790f2f6 100644
--- a/build2/scheduler.cxx
+++ b/build2/scheduler.cxx
@@ -138,7 +138,7 @@ namespace build2
waiting_--;
active_++;
- // Shutting things down cleanly is tricky: we could have handles it in
+ // Shutting things down cleanly is tricky: we could have handled it in
// the scheduler (e.g., by setting a flag and then waking everyone up,
// similar to shutdown). But there could also be "external waiters"
// that have called deactivate() -- we have no way to wake those up.