Skip to content

Commit

Permalink
add missing words (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqkurd-repo authored Oct 29, 2024
1 parent 86417e4 commit 7040370
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/insns/cbo_exceptions.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Exceptions::
CHERI fault exceptions when the authorising capability fails one of the checks
CHERI fault exceptions occur when the authorising capability fails one of the checks
listed below; in this case, _CHERI data fault_ is reported in the <<mtval2>> or
<<stval2>> TYPE field and the corresponding code is written to CAUSE.
+
Expand Down
2 changes: 1 addition & 1 deletion src/insns/hypv-virt-loadx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ capability for the operation is <<ddc>>. A copy of the loaded value is written
to `rd`.

Exceptions::
CHERI fault exception when the authorising capability fails one of the checks
CHERI fault exceptions occur when the authorising capability fails one of the checks
listed below; in this case, _CHERI data fault_ is reported in the <<mtval2>> or
<<stval2>> TYPE field and the corresponding code is written to CAUSE.
+
Expand Down
2 changes: 1 addition & 1 deletion src/insns/load_exceptions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Misaligned address fault exception when the effective address is not aligned
to CLEN/8.
+
endif::[]
CHERI fault exception when the authorising capability fails one of the checks
CHERI fault exceptions occur when the authorising capability fails one of the checks
listed below; in this case, _CHERI data fault_ is reported in the <<mtval2>> or
<<stval2>> TYPE field and the corresponding code is written to CAUSE.
+
Expand Down
2 changes: 1 addition & 1 deletion src/insns/store_exceptions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Misaligned address fault exception when the effective address is not aligned
to CLEN/8.
+
endif::[]
CHERI fault exception when the authorising capability fails one of the checks
CHERI fault exceptions occur when the authorising capability fails one of the checks
listed below; in this case, _CHERI data fault_ is reported in the <<mtval2>> or
<<stval2>> TYPE field and the corresponding code is written to CAUSE.
+
Expand Down

0 comments on commit 7040370

Please sign in to comment.