We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b479f09 commit d9e7a3aCopy full SHA for d9e7a3a
src/intptrcast.rs
@@ -215,7 +215,7 @@ impl<'mir, 'tcx> GlobalStateInner {
215
dl.overflowing_offset(base_addr, offset.bytes()).0
216
}
217
218
- /// Whena pointer is used for a memory access, this computes where in which allocation the
+ /// When a pointer is used for a memory access, this computes where in which allocation the
219
/// access is going.
220
pub fn abs_ptr_to_rel(
221
ecx: &MiriEvalContext<'mir, 'tcx>,
0 commit comments