summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-12-20 21:59:51 -0500
committerNico Weber <thakis@chromium.org>2019-12-20 21:59:51 -0500
commit9b6ad8466bb8b97082b705270603ad7f4559e931 (patch)
treef243f50c0b5cb634366e9ff96cd9becf968a3343 /llvm/docs
parentbab67ba6a3c451fbadd6b8b38c5043ef7e316d56 (diff)
downloadbcm5719-llvm-9b6ad8466bb8b97082b705270603ad7f4559e931.tar.gz
bcm5719-llvm-9b6ad8466bb8b97082b705270603ad7f4559e931.zip
fix another doc typo to cycle bots
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Coroutines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index c8b97cdb4ab..3f7cddef9b3 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
------------------------------
OpenPOWER on IntegriCloud