diff --git a/tokio/src/runtime/builder.rs b/tokio/src/runtime/builder.rs index 4a85d0ddf..d49a4da39 100644 --- a/tokio/src/runtime/builder.rs +++ b/tokio/src/runtime/builder.rs @@ -818,7 +818,7 @@ impl Builder { /// /// This configuration option is considered a workaround for the LIFO /// slot not being stealable. When the slot becomes stealable, we will - /// revisit whther or not this option is necessary. See + /// revisit whether or not this option is necessary. See /// tokio-rs/tokio#4941. /// /// # Examples