[llvm] Fix typo in recent coro docs (PR #112005)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 07:43:55 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-coroutines

Author: Thomas Symalla (tsymalla)

<details>
<summary>Changes</summary>

lor => for

---
Full diff: https://github.com/llvm/llvm-project/pull/112005.diff


1 Files Affected:

- (modified) llvm/docs/Coroutines.rst (+1-1) 


``````````diff
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index 8794df65504fa2..92e138b6893b26 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -1090,7 +1090,7 @@ The first and second arguments are identical to those of the `coro.begin`
 intrinsic.
 
 The third argument is an i32 index of the generator list given to the
-`CoroSplit` pass specifying the custom ABI generator lor this coroutine.
+`CoroSplit` pass specifying the custom ABI generator for this coroutine.
 
 Semantics:
 """"""""""

``````````

</details>


https://github.com/llvm/llvm-project/pull/112005


More information about the llvm-commits mailing list