[llvm] f4cf624 - [Docs] Fix typo in recent coro docs (#112005)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 15:23:22 PDT 2024
Author: Thomas Symalla
Date: 2024-10-12T00:23:18+02:00
New Revision: f4cf6242fb7179c672568969c3eccdf4cd4b9420
URL: https://github.com/llvm/llvm-project/commit/f4cf6242fb7179c672568969c3eccdf4cd4b9420
DIFF: https://github.com/llvm/llvm-project/commit/f4cf6242fb7179c672568969c3eccdf4cd4b9420.diff
LOG: [Docs] Fix typo in recent coro docs (#112005)
Added:
Modified:
llvm/docs/Coroutines.rst
Removed:
################################################################################
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:
""""""""""
More information about the llvm-commits
mailing list