about summary refs log tree commit diff
path: root/src/libgreen
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgreen')
-rw-r--r--src/libgreen/sched.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgreen/sched.rs b/src/libgreen/sched.rs
index ad32ba7ba6d..a966dff000a 100644
--- a/src/libgreen/sched.rs
+++ b/src/libgreen/sched.rs
@@ -86,7 +86,7 @@ pub struct Scheduler {
     /// A flag to tell the scheduler loop it needs to do some stealing
     /// in order to introduce randomness as part of a yield
     steal_for_yield: bool,
-    /// Bookeeping for the number of tasks which are currently running around
+    /// Bookkeeping for the number of tasks which are currently running around
     /// inside this pool of schedulers
     task_state: TaskState,