Skip to content

Commit 4091591

Browse files
committed
Minor wording tweaks.
1 parent f546601 commit 4091591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limitations/bounds-imprecision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bounds cannot be guaranteed to provide precise spatial protection.
5454

5555
**Advice to developers**: Sub-allocation patterns should be avoided. If multiple
5656
objects need to be allocated, the system allocator (or application-specific
57-
allocators) should be used to allocate each disjointed object separately and
57+
allocators) should be used to allocate each disjoint object separately, and
5858
should guarantee that the allocation is properly aligned and padded for
5959
representability. If sub-allocation can not be avoided, care must be taken to
6060
ensure that each sub-allocated object is placed at a representable boundary

0 commit comments

Comments
 (0)