Skip to content

Commit c5cec2d

Browse files
Daniel Smithbjorn3
andauthored
Fix comment
Co-authored-by: bjorn3 <[email protected]>
1 parent e29e2ba commit c5cec2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ macro_rules! constify_imm2 {
9292
};
9393
}
9494

95-
// For gather intsructions, the only valid values for scale are 1, 2, 4 and 8.
95+
// For gather instructions, the only valid values for scale are 1, 2, 4 and 8.
9696
// This macro enforces that.
9797
#[allow(unused)]
9898
macro_rules! constify_imm8_gather {

0 commit comments

Comments
 (0)