Skip to content

Commit a5fd333

Browse files
committed
Fix typo in attribute name
1 parent 23d6cc9 commit a5fd333

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

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

13991399
The `pointer capture section <pointercapture>` discusses these semantics
14001400
in more detail.

0 commit comments

Comments
 (0)