From e9e910c3ecaa66a544e6b2604c2dff432597d9d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 May 2019 11:43:50 +0200 Subject: Fix typo --- build2/scheduler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1