Skip to content

Commit

Permalink
Rollup merge of rust-lang#105986 - eltociear:patch-18, r=RalfJung
Browse files Browse the repository at this point in the history
Fix typo in reading_half_a_pointer.rs

gurantee -> guarantee
  • Loading branch information
fee1-dead committed Dec 21, 2022
2 parents 200ddcb + 5538c92 commit 3f51a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/tests/fail/reading_half_a_pointer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct Data {
ptr: &'static i32,
}

// But we need to gurantee some alignment
// But we need to guarantee some alignment
struct Wrapper {
align: u64,
data: Data,
Expand Down

0 comments on commit 3f51a54

Please sign in to comment.