Skip to content

Commit 690e7a5

Browse files
rwatsonbrooksdavis
andauthored
Prefer 'runtime' to 'architecture target'.
Co-authored-by: Brooks Davis <brooks@one-eyed-alien.net>
1 parent 15e292b commit 690e7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impact/capability-representation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ representation of a CHERI capability.
5252

5353
This has a number of implications, including that zero-filled memory with
5454
zeroed tag values will be interpreted as being `NULL`-filled, as is the case
55-
with conventional architecture targets for C/C++.
55+
with conventional runtimes for C/C++.
5656
This is particularly relevant for automatically initialized variable values
5757
(such as global variables without specific initialization values), pre-zeroed
5858
memory allocated by `calloc()`, or memory explicitly zeroed using

0 commit comments

Comments
 (0)