Skip to content

Commit 46318b0

Browse files
committed
Fix grammar error
1 parent 6431733 commit 46318b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shims/unix/linux/epoll.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
448448
Ok(Scalar::from_i32(num_of_events))
449449
}
450450

451-
/// This function takes in ready list and returns EpollEventInstance with file descriptions
452-
/// that are not closed.
451+
/// This function takes in ready list and returns EpollEventInstance with file description
452+
/// that is not closed.
453453
fn ready_list_next(
454454
&self,
455455
ready_list: &mut BTreeMap<(FdId, i32), EpollEventInstance>,

0 commit comments

Comments
 (0)