Skip to content

Commit 96b8a19

Browse files
committed
[RISC-V] Fix typos
1 parent 5331560 commit 96b8a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/jit/emitriscv64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,7 +3469,7 @@ BYTE* emitter::emitOutputInstr_OptsI(BYTE* dst, instrDesc* id, instruction* last
34693469
}
34703470
else
34713471
{
3472-
assert(false && "Remainding instructions must be addi / addiw / slli / srli");
3472+
assert(false && "Remaining instructions must be addi / addiw / slli / srli");
34733473
}
34743474
}
34753475

@@ -5505,7 +5505,7 @@ emitter::insExecutionCharacteristics emitter::getInsExecutionCharacteristics(ins
55055505

55065506
// Some instructions like jumps or loads may have not-yet-known simple auxilliary instructions (lui, addi, slli,
55075507
// etc) for building immediates, assume cost of one each.
5508-
// instrDescLoadImm consits of OpImm, OpImm32, and Lui instructions.
5508+
// instrDescLoadImm consists of OpImm, OpImm32, and Lui instructions.
55095509
float immediateBuildingCost = ((codeSize / sizeof(code_t)) - 1) * PERFSCORE_LATENCY_1C;
55105510

55115511
instruction ins = id->idIns();

0 commit comments

Comments
 (0)