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 923d912 commit 81cde64Copy full SHA for 81cde64
src/intptrcast.rs
@@ -213,7 +213,7 @@ impl<'mir, 'tcx> GlobalStateInner {
213
dl.overflowing_offset(base_addr, offset.bytes()).0
214
}
215
216
- /// 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
217
/// access is going.
218
pub fn abs_ptr_to_rel(
219
ecx: &MiriEvalContext<'mir, 'tcx>,
0 commit comments