Skip to content

Commit f71a9cc

Browse files
Update src/intptrcast.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 57dd8ac commit f71a9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intptrcast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl GlobalStateInner {
4444
}
4545

4646
impl<'mir, 'tcx> GlobalStateInner {
47-
// Returns the `AllocId` that corresponds to the specified addr,
47+
// Returns the exposed `AllocId` that corresponds to the specified addr,
4848
// or `None` if the addr is out of bounds
4949
fn alloc_id_from_addr(ecx: &MiriEvalContext<'mir, 'tcx>, addr: u64) -> Option<AllocId> {
5050
let global_state = ecx.machine.intptrcast.borrow();

0 commit comments

Comments
 (0)