From c3228cd151d89370d0f52ced9411450b9c58d8b7 Mon Sep 17 00:00:00 2001 From: Tariq Kurd Date: Thu, 30 Jan 2025 11:50:20 +0000 Subject: [PATCH] Apply suggestions from code review consistent wording Signed-off-by: Tariq Kurd --- src/hypervisor-integration.adoc | 2 +- src/riscv-integration.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hypervisor-integration.adoc b/src/hypervisor-integration.adoc index 07d49555..e996788a 100644 --- a/src/hypervisor-integration.adoc +++ b/src/hypervisor-integration.adoc @@ -131,7 +131,7 @@ The <> register is a renamed extension of <> that is able to hold a capability. Its reset value is the <> capability. As shown in xref:CSR_exevectors[xrefstyle=short], <> is an executable -vector, so it need not be able to hold all possible invalid addresses (see <>). +vector, so it does not need to be able to hold all possible invalid addresses (see <>). Additionally, the capability in <> is unsealed when it is installed in <> on execute of an <> instruction. The handling of <> is otherwise identical to <>, but in virtual supervisor mode. diff --git a/src/riscv-integration.adoc b/src/riscv-integration.adoc index 4ba35174..a154b1af 100644 --- a/src/riscv-integration.adoc +++ b/src/riscv-integration.adoc @@ -99,7 +99,7 @@ instructions, such as <> or <>, in debug mode. include::img/pccreg.edn[] <> is an executable -vector, so it need not be able to hold all possible invalid addresses (see <>). +vector, so it does not need to be able to hold all possible invalid addresses (see <>). [#section_cap_instructions] === Capability Instructions @@ -939,7 +939,7 @@ The <> register is a renamed extension of <> that is able to hold a capability. Its reset value is the <> capability. As shown in xref:CSR_exevectors[xrefstyle=short], <> is an executable -vector, so it need not be able to hold all possible invalid addresses (see <>). +vector, so it does not need to be able to hold all possible invalid addresses (see <>). Additionally, the capability in <> is unsealed when it is installed in <> on execution of an <> instruction. The handling of <> is otherwise identical to <>, but in supervisor mode.