Skip to content

Commit db5280a

Browse files
authored
Rollup merge of #105986 - eltociear:patch-18, r=RalfJung
Fix typo in reading_half_a_pointer.rs gurantee -> guarantee
2 parents 00419d5 + 5538c92 commit db5280a

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)