Skip to content

Commit 7d5c93e

Browse files
committed
Fix typo in attribute name
1 parent 158568c commit 7d5c93e

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
@@ -1412,7 +1412,7 @@ Currently, only the following parameter attributes are defined:
14121412
after the function returns.
14131413

14141414
Additionally, it is possible to specify that the pointer is captured via
1415-
the return value only, by using ``caputres(ret: ...)``.
1415+
the return value only, by using ``captures(ret: ...)``.
14161416

14171417
The `pointer capture section <pointercapture>` discusses these semantics
14181418
in more detail.

0 commit comments

Comments
 (0)