Skip to content

Commit 3d10cb4

Browse files
Fixed typo
1 parent 147ef04 commit 3d10cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zilsd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Zilsd extension adds the following RV32-only instructions:
3434
|===
3535

3636
As the access size is 64-bit, accesses are only considered naturally aligned for effective addresses that are a multiple of 8.
37-
In this case, these instruction are guaranteed to not raise an address-misaligned exception.
37+
In this case, these instructions are guaranteed to not raise an address-misaligned exception.
3838
Even if naturally aligned, the memory access might not be performed atomically.
3939

4040
If the effective address is a multiple of 4, then each word access is required to be performed atomically.

0 commit comments

Comments
 (0)