Skip to content

Commit aa3e957

Browse files
author
Thomas Symalla
committed
Fix typo in recent coro docs
lor => for
1 parent ff04bb8 commit aa3e957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/Coroutines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ The first and second arguments are identical to those of the `coro.begin`
10901090
intrinsic.
10911091

10921092
The third argument is an i32 index of the generator list given to the
1093-
`CoroSplit` pass specifying the custom ABI generator lor this coroutine.
1093+
`CoroSplit` pass specifying the custom ABI generator for this coroutine.
10941094

10951095
Semantics:
10961096
""""""""""

0 commit comments

Comments
 (0)