From a882d74760710e6458e494273de60c2027ec1255 Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Sun, 5 Nov 2023 19:57:25 +0800 Subject: [PATCH] Fix typo Correct microsecnds -> microseconds. --- src/emulate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emulate.c b/src/emulate.c index 5ed63ad3..9995f3ca 100644 --- a/src/emulate.c +++ b/src/emulate.c @@ -138,7 +138,7 @@ RV_EXCEPTION_LIST return false; \ } -/* get current time in microsecnds and update csr_time register */ +/* get current time in microseconds and update csr_time register */ static inline void update_time(riscv_t *rv) { struct timeval tv;