Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e8175a4

Browse files
tiifRalfJung
andcommitted
Improve comment
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent f71cdbb commit e8175a4

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/src/shims/unix/linux

1 file changed

+1
-1
lines changed

src/tools/miri/src/shims/unix/linux/epoll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
528528
let this = self.eval_context_mut();
529529

530530
let Some(epfd) = weak_epfd.upgrade() else {
531-
throw_unsup_format!("epoll FD {epfd_value} is closed while blocking.")
531+
throw_unsup_format!("epoll FD {epfd_value} got closed while blocking.")
532532
};
533533

534534
let epoll_file_description = epfd

0 commit comments

Comments
 (0)