1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

fix another doc typo to cycle bots

This commit is contained in:
Nico Weber 2019-12-20 21:59:51 -05:00
parent fc29f2e437
commit 6cb56ea0a6

View File

@ -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
------------------------------