We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d9292 commit 067a8d7Copy full SHA for 067a8d7
src/limitations/compile-time-type-uncertainty.md
@@ -80,7 +80,7 @@ realworld source code.
80
When these types are used in CHERI C/C++, there are two important implications
81
with programmer impact:
82
83
- 1. Capability-sized strorage will be allocated, rather than that of the
+ 1. Capability-sized storage will be allocated, rather than that of the
84
largest integer type, which can be confusing; i.e., `sizeof(intptr_t)`
85
is not the same as `sizeof(intmax_t)`.
86
Further, if these types have been used extensively, perhaps in preference
0 commit comments