Skip to content

Commit 0ca5cc7

Browse files
authored
asm: fix typo (#10778)
1 parent ef48aec commit 0ca5cc7

File tree

1 file changed

+1
-1
lines changed
  • cranelift/assembler-x64/meta/src/dsl

1 file changed

+1
-1
lines changed

cranelift/assembler-x64/meta/src/dsl/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub struct Format {
131131
/// identifies an instruction. The reference manual uses this name in the
132132
/// "Instruction Operand Encoding" table.
133133
pub name: String,
134-
/// These operands should match the "Instruction" column ing the reference
134+
/// These operands should match the "Instruction" column in the reference
135135
/// manual.
136136
pub operands: Vec<Operand>,
137137
}

0 commit comments

Comments
 (0)