Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Aug 16, 2024
1 parent b0abc2e commit 30d5a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/epoll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub fn create(flags: CreateFlags) -> io::Result<OwnedFd> {
/// `epoll_ctl(self, EPOLL_CTL_ADD, data, event)`—Adds an element to an epoll
/// object.
///
/// This registers interest in any of the events set in `events` occurring on
/// This registers interest in any of the events set in `event_flags` occurring on
/// the file descriptor associated with `data`.
///
/// Note that `close`ing a file descriptor does not necessarily unregister interest
Expand Down

0 comments on commit 30d5a2c

Please sign in to comment.