Skip to content

Commit

Permalink
review: Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Nov 28, 2023
1 parent b78653c commit 1afc05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/riscv64/mangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1afc05e

Please sign in to comment.