Skip to content

Commit 881a5b9

Browse files
committed
Fix typo
1 parent 31a5739 commit 881a5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RV_EXCEPTION_LIST
139139
return false; \
140140
}
141141

142-
/* get current time in microsecnds and update csr_time register */
142+
/* get current time in microseconds and update csr_time register */
143143
static inline void update_time(riscv_t *rv)
144144
{
145145
struct timeval tv;

0 commit comments

Comments
 (0)