Skip to content

Commit 6f2c7f0

Browse files
committed
Refine comment
1 parent dfc9828 commit 6f2c7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ typedef void (*exec_t2c_func_t)(riscv_t *);
5757
#if RV32_HAS(JIT_CACHE)
5858
/* The jit-cache records the program counters and the entries of executable
5959
* instructions generated by T2C. Like hardware cache, the old jit-cache will be
60-
* overridden by the new one which uses the same slot.
60+
* replaced by the new one which uses the same slot.
6161
*/
6262
#define MAX_JIT_CACHE_TABLE_ENTRIES (1 << 12)
6363

0 commit comments

Comments
 (0)