[llvm] r306975 - fix trivial typos in documents; NFC

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 05:44:27 PDT 2017


Author: inouehrs
Date: Sun Jul  2 05:44:27 2017
New Revision: 306975

URL: http://llvm.org/viewvc/llvm-project?rev=306975&view=rev
Log:
fix trivial typos in documents; NFC


Modified:
    llvm/trunk/docs/Coroutines.rst
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/Coroutines.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Coroutines.rst?rev=306975&r1=306974&r2=306975&view=diff
==============================================================================
--- llvm/trunk/docs/Coroutines.rst (original)
+++ llvm/trunk/docs/Coroutines.rst Sun Jul  2 05:44:27 2017
@@ -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:
 """"""""""

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=306975&r1=306974&r2=306975&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Sun Jul  2 05:44:27 2017
@@ -5034,7 +5034,7 @@ which is the string ``llvm.loop.licm_ver
 
 Loop distribution allows splitting a loop into multiple loops.  Currently,
 this is only performed if the entire loop cannot be vectorized due to unsafe
-memory dependencies.  The transformation will atempt to isolate the unsafe
+memory dependencies.  The transformation will attempt to isolate the unsafe
 dependencies into their own loop.
 
 This metadata can be used to selectively enable or disable distribution of the




More information about the llvm-commits mailing list