Skip to content

Commit 7939672

Browse files
committed
Merge branch 'inline-consts' into inline_consts_select
2 parents 4b7ff9a + d549da0 commit 7939672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/src/womir_translation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ impl<'a, F: PrimeField32> Settings<'a> for OpenVMSettings<F> {
784784
| [WasmOpInput::Constant(c), WasmOpInput::Register(reg)] => {
785785
// Case of one register input and one constant input.
786786
//
787-
// Doesn't matter the order, because only commutative operations will
787+
// The order doesn't matter, because only commutative operations will
788788
// have the constant operand on the left side, as const folding ensures.
789789

790790
// The constant folding step guarantees that the constant can be safely

0 commit comments

Comments
 (0)