We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20aea20 commit 6da8503Copy full SHA for 6da8503
src/librustc_mir/interpret/machine.rs
@@ -122,7 +122,7 @@ pub trait Machine<'mir, 'tcx>: Sized {
122
/// Whether memory accesses should be alignment-checked.
123
fn enforce_alignment(memory_extra: &Self::MemoryExtra) -> bool;
124
125
- /// Whether, when cehcking alignment, we should `force_int` and thus support
+ /// Whether, when checking alignment, we should `force_int` and thus support
126
/// custom alignment logic based on whatever the integer address happens to be.
127
fn force_int_for_alignment_check(memory_extra: &Self::MemoryExtra) -> bool;
128
0 commit comments