[llvm] Fix typo in recent coro docs (PR #112005)
Thomas Symalla via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 07:49:30 PDT 2024
https://github.com/tsymalla updated https://github.com/llvm/llvm-project/pull/112005
>From 83bf40936f7bf6312fd1414199c75dca4c1951b5 Mon Sep 17 00:00:00 2001
From: Thomas Symalla <tsymalla at amd.com>
Date: Fri, 11 Oct 2024 16:42:25 +0200
Subject: [PATCH] [Docs] Fix typo in recent coro docs
lor => for
---
llvm/docs/Coroutines.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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