aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isa/rv64mi/mcsr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/rv64mi/mcsr.S b/isa/rv64mi/mcsr.S
index e0256e7..03cf29a 100644
--- a/isa/rv64mi/mcsr.S
+++ b/isa/rv64mi/mcsr.S
@@ -28,7 +28,7 @@ RVTEST_CODE_BEGIN
csrr a0, marchid
csrr a0, mvendorid
- # Check that writing hte following CSRs doesn't cause an exception
+ # Check that writing the following CSRs doesn't cause an exception
li t0, 0
csrs mtvec, t0
csrs mepc, t0