Skip to content

Commit 0cff842

Browse files
committed
Change a physical address to any.
This addresses issue #1325 and updates "A cache block is identified a physical address..." to "any physical address".
1 parent c7ce7b3 commit 0cff842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ a cache that first performs a read transfer from memory._
8989

9090
Caches organize copies of data into _cache blocks_, each of which represents a
9191
contiguous, naturally aligned power-of-two (or _NAPOT_) range of memory
92-
locations. A cache block is identified by a physical address corresponding to
92+
locations. A cache block is identified by any of the physical addresses corresponding to
9393
the underlying memory locations. The capacity and organization of a cache and
9494
the size of a cache block are both _implementation-specific_, and the execution
9595
environment provides software a means to discover information about the caches

0 commit comments

Comments
 (0)