Skip to content

Commit 30d5a2c

Browse files
committed
Fix docs typo
Signed-off-by: Alex Saveau <[email protected]>
1 parent b0abc2e commit 30d5a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/epoll.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub fn create(flags: CreateFlags) -> io::Result<OwnedFd> {
102102
/// `epoll_ctl(self, EPOLL_CTL_ADD, data, event)`—Adds an element to an epoll
103103
/// object.
104104
///
105-
/// This registers interest in any of the events set in `events` occurring on
105+
/// This registers interest in any of the events set in `event_flags` occurring on
106106
/// the file descriptor associated with `data`.
107107
///
108108
/// Note that `close`ing a file descriptor does not necessarily unregister interest

0 commit comments

Comments
 (0)