Skip to content

Commit 067a8d7

Browse files
committed
Fix typo.
1 parent 05d9292 commit 067a8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limitations/compile-time-type-uncertainty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ realworld source code.
8080
When these types are used in CHERI C/C++, there are two important implications
8181
with programmer impact:
8282

83-
1. Capability-sized strorage will be allocated, rather than that of the
83+
1. Capability-sized storage will be allocated, rather than that of the
8484
largest integer type, which can be confusing; i.e., `sizeof(intptr_t)`
8585
is not the same as `sizeof(intmax_t)`.
8686
Further, if these types have been used extensively, perhaps in preference

0 commit comments

Comments
 (0)