From 8e83609dc062f7609e554d11a2110e8faa9e6a1d Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 10 Apr 2024 07:49:15 +0200 Subject: [PATCH] chapter2: plural 'accesses' with 'is' Replace 'any accesses is subject' by 'any access is subject'. Signed-off-by: Heinrich Schuchardt --- chapter2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter2.adoc b/chapter2.adoc index 4e5e67b..13ddbc7 100644 --- a/chapter2.adoc +++ b/chapter2.adoc @@ -58,7 +58,7 @@ Supervisor Domain Access Protection extensions are used by M-mode software to program if physically-addressed memory (or device-mapped region) is accessible (read/write) by a hart/device operating under the control of S-mode software within a domain. Associating a hart/device with a supervisor domain -implies that any physical-addressable region accesses occurring in the context +implies that any physical-addressable region access occurring in the context of the supervisor domain is subject to access-checks for that domain. Hence, software or hardware accesses that originate from other supervisor domains other than the owner supervisor domain can be explicitly