Rollup merge of - eltociear:patch-18, r=RalfJung

Fix typo in reading_half_a_pointer.rs

gurantee -> guarantee
This commit is contained in:
Yuki Okushi 2022-12-22 08:32:11 +09:00 committed by GitHub
commit 5689a7b372
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,