Skip to content

Commit b82a909

Browse files
tiifRalfJung
andauthored
Update src/shims/unix/fd.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent a02e399 commit b82a909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/unix/fd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
672672
}
673673
}
674674

675-
/// This function writes the number of written bytes to dest place, or sets the
675+
/// This function writes the number of written bytes (given in `result`) to `dest`, or sets the
676676
/// last libc error and writes -1 to dest.
677677
fn return_written_byte_count_or_error(
678678
&mut self,

0 commit comments

Comments
 (0)