We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f546601 commit 4091591Copy full SHA for 4091591
src/limitations/bounds-imprecision.md
@@ -54,7 +54,7 @@ bounds cannot be guaranteed to provide precise spatial protection.
54
55
**Advice to developers**: Sub-allocation patterns should be avoided. If multiple
56
objects need to be allocated, the system allocator (or application-specific
57
- allocators) should be used to allocate each disjointed object separately and
+ allocators) should be used to allocate each disjoint object separately, and
58
should guarantee that the allocation is properly aligned and padded for
59
representability. If sub-allocation can not be avoided, care must be taken to
60
ensure that each sub-allocated object is placed at a representable boundary
0 commit comments