We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00419d5 + 5538c92 commit db5280aCopy full SHA for db5280a
src/tools/miri/tests/fail/reading_half_a_pointer.rs
@@ -7,7 +7,7 @@ struct Data {
7
ptr: &'static i32,
8
}
9
10
-// But we need to gurantee some alignment
+// But we need to guarantee some alignment
11
struct Wrapper {
12
align: u64,
13
data: Data,
0 commit comments