Skip to content

Commit d9e7a3a

Browse files
RalfJungoli-obk
andcommitted
typo
Co-authored-by: Oli Scherer <[email protected]>
1 parent b479f09 commit d9e7a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intptrcast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl<'mir, 'tcx> GlobalStateInner {
215215
dl.overflowing_offset(base_addr, offset.bytes()).0
216216
}
217217

218-
/// Whena pointer is used for a memory access, this computes where in which allocation the
218+
/// When a pointer is used for a memory access, this computes where in which allocation the
219219
/// access is going.
220220
pub fn abs_ptr_to_rel(
221221
ecx: &MiriEvalContext<'mir, 'tcx>,

0 commit comments

Comments
 (0)