We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce7b3 commit 0cff842Copy full SHA for 0cff842
src/cmo.adoc
@@ -89,7 +89,7 @@ a cache that first performs a read transfer from memory._
89
90
Caches organize copies of data into _cache blocks_, each of which represents a
91
contiguous, naturally aligned power-of-two (or _NAPOT_) range of memory
92
-locations. A cache block is identified by a physical address corresponding to
+locations. A cache block is identified by any of the physical addresses corresponding to
93
the underlying memory locations. The capacity and organization of a cache and
94
the size of a cache block are both _implementation-specific_, and the execution
95
environment provides software a means to discover information about the caches
0 commit comments