Fix typo in reading_half_a_pointer.rs

gurantee -> guarantee
This commit is contained in:
Ikko Ashimine 2022-12-21 15:34:21 +09:00 committed by GitHub
parent 1d12c3cea3
commit 5538c92837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,