Skip to content

Commit 5538c92

Browse files
author
Ikko Ashimine
authored
Fix typo in reading_half_a_pointer.rs
gurantee -> guarantee
1 parent 1d12c3c commit 5538c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/fail/reading_half_a_pointer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct Data {
77
ptr: &'static i32,
88
}
99

10-
// But we need to gurantee some alignment
10+
// But we need to guarantee some alignment
1111
struct Wrapper {
1212
align: u64,
1313
data: Data,

0 commit comments

Comments
 (0)