signal: fix a typo (#5224)

This commit is contained in:
Loong Dai 2022-11-23 17:59:44 +08:00 committed by GitHub
parent 299bd6aee3
commit 6da81471f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;