mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 08:34:07 +00:00
Fix typo in reading_half_a_pointer.rs
gurantee -> guarantee
This commit is contained in:
parent
1d12c3cea3
commit
5538c92837
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user