Skip to content

Commit dda0f69

Browse files
committed
Remove doc reference to old WakerRegistrar
1 parent 834d366 commit dda0f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/unix/selector/poll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl SelectorState {
277277
}
278278

279279
// Remove the interest which just got triggered
280-
// the IoSourceState/WakerRegistrar used with this selector will add back
280+
// the IoSourceState/Waker used with this selector will add back
281281
// the interest using reregister.
282282
poll_fd.events &= !poll_fd.revents;
283283

0 commit comments

Comments
 (0)