diff --git a/tokio/src/runtime/signal/mod.rs b/tokio/src/runtime/signal/mod.rs index dba30ba20..24f2f4c6c 100644 --- a/tokio/src/runtime/signal/mod.rs +++ b/tokio/src/runtime/signal/mod.rs @@ -103,7 +103,7 @@ impl Driver { } fn process(&mut self) { - // If the signal pipe has not recieved a readiness event, then there is + // If the signal pipe has not received a readiness event, then there is // nothing else to do. if !self.io.consume_signal_ready() { return;