[llvm] 9b6ad84 - fix another doc typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 19:00:02 PST 2019
Author: Nico Weber
Date: 2019-12-20T21:59:51-05:00
New Revision: 9b6ad8466bb8b97082b705270603ad7f4559e931
URL: https://github.com/llvm/llvm-project/commit/9b6ad8466bb8b97082b705270603ad7f4559e931
DIFF: https://github.com/llvm/llvm-project/commit/9b6ad8466bb8b97082b705270603ad7f4559e931.diff
LOG: fix another doc typo to cycle bots
Added:
Modified:
llvm/docs/Coroutines.rst
Removed:
################################################################################
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index c8b97cdb4ab4..3f7cddef9b37 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -121,7 +121,7 @@ in further detail below.
The frontend may generate code to call the coroutine function directly;
this will become a call to the ramp function and will return a pointer
to the coroutine object. The frontend should always resume or destroy
-the coroutine using the corresping intrinsics.
+the coroutine using the corresponding intrinsics.
Returned-Continuation Lowering
------------------------------
More information about the llvm-commits
mailing list