Skip to content

Commit

Permalink
Fix typo in reading_half_a_pointer.rs
Browse files Browse the repository at this point in the history
gurantee -> guarantee
  • Loading branch information
eltociear committed Dec 21, 2022
1 parent 1d12c3c commit 5538c92
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 5538c92

Please sign in to comment.