mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
signal: fix a typo (#5224)
This commit is contained in:
@@ -103,7 +103,7 @@ impl Driver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn process(&mut self) {
|
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.
|
// nothing else to do.
|
||||||
if !self.io.consume_signal_ready() {
|
if !self.io.consume_signal_ready() {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user