Skip to content

Commit 64efb23

Browse files
committed
typo
1 parent db7b29a commit 64efb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/miri_extern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extern "Rust" {
6565
///
6666
/// This is only useful as an input to `miri_print_borrow_stacks`, and it is a separate call because
6767
/// getting a pointer to an allocation at runtime can change the borrow stacks in the allocation.
68-
/// This function should be considered unstable. It exists only to support `miri_print_borrow_stacks` and so
68+
/// This function should be considered unstable. It exists only to support `miri_print_borrow_state` and so
6969
/// inherits all of its instability.
7070
pub fn miri_get_alloc_id(ptr: *const ()) -> u64;
7171

0 commit comments

Comments
 (0)