diff --git a/src/sys/unix/selector/poll.rs b/src/sys/unix/selector/poll.rs index cd5abddb9..35d2406c1 100644 --- a/src/sys/unix/selector/poll.rs +++ b/src/sys/unix/selector/poll.rs @@ -277,7 +277,7 @@ impl SelectorState { } // Remove the interest which just got triggered - // the IoSourceState/WakerRegistrar used with this selector will add back + // the IoSourceState/Waker used with this selector will add back // the interest using reregister. poll_fd.events &= !poll_fd.revents;