aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/machine.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.adoc b/src/machine.adoc
index 640a794..51b78eb 100644
--- a/src/machine.adoc
+++ b/src/machine.adoc
@@ -2722,7 +2722,7 @@ same interconnect path and the path does not reorder requests.
Coherence is a property defined for a single physical address, and
indicates that writes to that address by one agent will eventually be
-made visible to other agents in the system. Coherence is not to be
+made visible to other coherent agents in the system. Coherence is not to be
confused with the memory consistency model of a system, which defines
what values a memory read can return given the previous history of reads
and writes to the entire memory system. In RISC-V platforms, the use of