diff --git a/core/arch/riscv64/mangle.c b/core/arch/riscv64/mangle.c index 9c09a6e5281..e51a532be5e 100644 --- a/core/arch/riscv64/mangle.c +++ b/core/arch/riscv64/mangle.c @@ -272,7 +272,7 @@ patch_mov_immed_arch(dcontext_t *dcontext, ptr_int_t val, byte *pc, instr_t *fir bool instr_check_xsp_mangling(dcontext_t *dcontext, instr_t *inst, int *xsp_adjust) { - /* Not apply to RISC-V. */ + /* Does not apply to RISC-V. */ return false; }