We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431733 commit 46318b0Copy full SHA for 46318b0
src/shims/unix/linux/epoll.rs
@@ -448,8 +448,8 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
448
Ok(Scalar::from_i32(num_of_events))
449
}
450
451
- /// This function takes in ready list and returns EpollEventInstance with file descriptions
452
- /// that are not closed.
+ /// This function takes in ready list and returns EpollEventInstance with file description
+ /// that is not closed.
453
fn ready_list_next(
454
&self,
455
ready_list: &mut BTreeMap<(FdId, i32), EpollEventInstance>,
0 commit comments