summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Coroutines.rst
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 12:44:27 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 12:44:27 +0000
commitb93daec9098c52351bc0984f32416f75d09e4bad (patch)
treeda873a8e2c6753d2390a1153ed86dcde7949eddd /llvm/docs/Coroutines.rst
parenteb09a810e6a59c436bef6ac392273b8f764dcd29 (diff)
downloadbcm5719-llvm-b93daec9098c52351bc0984f32416f75d09e4bad.tar.gz
bcm5719-llvm-b93daec9098c52351bc0984f32416f75d09e4bad.zip
fix trivial typos in documents; NFC
llvm-svn: 306975
Diffstat (limited to 'llvm/docs/Coroutines.rst')
-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 f7a38577fe8..1bea04ebdd2 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -846,7 +846,7 @@ Overview:
"""""""""
The '``llvm.coro.alloc``' intrinsic returns `true` if dynamic allocation is
-required to obtain a memory for the corutine frame and `false` otherwise.
+required to obtain a memory for the coroutine frame and `false` otherwise.
Arguments:
""""""""""
OpenPOWER on IntegriCloud