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 a02e399 commit b82a909Copy full SHA for b82a909
src/shims/unix/fd.rs
@@ -672,7 +672,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
672
}
673
674
675
- /// This function writes the number of written bytes to dest place, or sets the
+ /// This function writes the number of written bytes (given in `result`) to `dest`, or sets the
676
/// last libc error and writes -1 to dest.
677
fn return_written_byte_count_or_error(
678
&mut self,
0 commit comments