Skip to content

Commit 8c84a39

Browse files
oli-obkAaron1011
andcommitted
s/derefernce/dereference
Co-Authored-By: Aaron1011 <[email protected]>
1 parent bbdbc78 commit 8c84a39

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
@@ -237,7 +237,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a + 'mir>: crate::MiriEvalContextExt<'
237237
let data_ptr = payload_dyn.to_scalar_ptr()?;
238238
this.memory().check_align(vtable_ptr.into(), this.tcx.data_layout.pointer_align.abi)?;
239239

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

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

0 commit comments

Comments
 (0)