Skip to content

Commit 66b93da

Browse files
committed
!fixup adjust size wording
1 parent 677735f commit 66b93da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,8 +3299,8 @@ The following properties hold for all allocated objects:
32993299

33003300
- no allocated object may cross the unsigned address space boundary (including
33013301
the pointer after the end of the object),
3302-
- the size of all allocated objects must be non-negative and smaller than
3303-
the largest signed integer that fits into the index type,
3302+
- the size of all allocated objects must be non-negative and not exceed the
3303+
largest signed integer that fits into the index type.
33043304

33053305
.. _objectlifetime:
33063306

0 commit comments

Comments
 (0)