Skip to content

Commit

Permalink
fix another doc typo to cycle bots
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Dec 21, 2019
1 parent bab67ba commit 9b6ad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/Coroutines.rst
Expand Up @@ -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
------------------------------
Expand Down

0 comments on commit 9b6ad84

Please sign in to comment.