Skip to content

Commit f03e195

Browse files
author
Yuki Okushi
authored
Rollup merge of rust-lang#105986 - eltociear:patch-18, r=RalfJung
Fix typo in reading_half_a_pointer.rs gurantee -> guarantee
2 parents 851c95f + 2896b2a commit f03e195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)