Skip to content

[Docs] Fix typo in recent coro docs #112005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

tsymalla
Copy link
Contributor

lor => for

@tsymalla tsymalla requested a review from TylerNowicki October 11, 2024 14:43
@llvmbot llvmbot added the coroutines C++20 coroutines label Oct 11, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 11, 2024

@llvm/pr-subscribers-coroutines

Author: Thomas Symalla (tsymalla)

Changes

lor => for


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

1 Files Affected:

  • (modified) llvm/docs/Coroutines.rst (+1-1)
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:
 """"""""""

@tsymalla tsymalla changed the title Fix typo in recent coro docs [Docs] Fix typo in recent coro docs Oct 11, 2024
@tsymalla tsymalla merged commit f4cf624 into llvm:main Oct 11, 2024
9 checks passed
DanielCChen pushed a commit to DanielCChen/llvm-project that referenced this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coroutines C++20 coroutines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants