mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
runtime: fix typo (#3385)
This commit is contained in:
@@ -118,7 +118,7 @@ impl Idle {
|
||||
if sleepers[index] == worker_id {
|
||||
sleepers.swap_remove(index);
|
||||
|
||||
// Update the state accordingly whle the lock is held.
|
||||
// Update the state accordingly while the lock is held.
|
||||
State::unpark_one(&self.state);
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user