Skip to content

Commit

Permalink
Fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Aug 16, 2024
1 parent 70bbf47 commit f492533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pass-dep/libc/libc-epoll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fn test_epoll_socketpair() {
assert!(check_epoll_wait::<8>(epfd, &[(expected_event, expected_value)]));
}

// This test first register a file description with a flag that does not lead to notification,
// This test first registers a file description with a flag that does not lead to notification,
// then EPOLL_CTL_MOD to add another flag that will lead to notification.
fn test_epoll_ctl_mod() {
// Create an epoll instance.
Expand Down

0 comments on commit f492533

Please sign in to comment.