Skip to content

Commit 15e292b

Browse files
committed
Tweak wording to avoid term 'tag storage'.
1 parent 50e7419 commit 15e292b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/impact/capability-representation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ and a validity tag.
1919
When stored in memory, CHERI capabilities are twice the size of the native
2020
address type (e.g., 128 bits on 64-bit systems, and 64 bits on 32-bit
2121
systems), in addition to an unaddressable tag bit.
22-
Tag storage is capability aligned, and hence capabilities must themselves be
23-
stored at capability alignment.
22+
There is one tag per capability aligned region of memory, and hence
23+
capabilities must themselves be stored at capability alignment.
2424

2525
### Non-portability of the in-memory representation
2626

0 commit comments

Comments
 (0)