Skip to content

Commit 2e522a9

Browse files
oli-obkAaron1011
andauthored
s/derefernce/dereference
Co-Authored-By: Aaron1011 <[email protected]>
1 parent 4434036 commit 2e522a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a + 'mir>: crate::MiriEvalContextExt<'
156156
let data_ptr = payload_dyn.to_scalar_ptr()?;
157157
this.memory().check_align(vtable_ptr.into(), this.tcx.data_layout.pointer_align.abi)?;
158158

159-
// Now, we derefernce the vtable pointer.
159+
// Now, we dereference the vtable pointer.
160160
let alloc = this.memory().get(vtable_ptr.alloc_id)?;
161161

162162
// Finally, we extract the pointer to 'box_me_up'.

0 commit comments

Comments
 (0)