Skip to content

Commit e6907e4

Browse files
committed
fix typo
1 parent b41bd5d commit e6907e4

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
@@ -1388,7 +1388,7 @@ Currently, only the following parameter attributes are defined:
13881388
which may be ``none``, or a combination of:
13891389

13901390
- ``address``: The integral address of the pointer.
1391-
- ``address_is_null`` (subet of ``address``): Whether the address is null.
1391+
- ``address_is_null`` (subset of ``address``): Whether the address is null.
13921392
- ``provenance``: The ability to access the pointer for both read and write
13931393
after the function returns.
13941394
- ``read_provenance`` (subset of ``provenance``): The ability to access the

0 commit comments

Comments
 (0)