Skip to content

Commit 32eade0

Browse files
committed
fix typo
1 parent 39a0f8f commit 32eade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ Currently, only the following parameter attributes are defined:
14061406
which may be ``none``, or a combination of:
14071407

14081408
- ``address``: The integral address of the pointer.
1409-
- ``address_is_null`` (subet of ``address``): Whether the address is null.
1409+
- ``address_is_null`` (subset of ``address``): Whether the address is null.
14101410
- ``provenance``: The ability to access the pointer for both read and write
14111411
after the function returns.
14121412
- ``read_provenance`` (subset of ``provenance``): The ability to access the

0 commit comments

Comments
 (0)