From bc6790d8bad209e0a3226cfa2524511d19b7d769 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sun, 2 Jul 2017 12:44:27 +0000 Subject: [PATCH] fix trivial typos in documents; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306975 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Coroutines.rst | 2 +- docs/LangRef.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Coroutines.rst b/docs/Coroutines.rst index f7a38577fe8..1bea04ebdd2 100644 --- a/docs/Coroutines.rst +++ b/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: """""""""" diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 2a0812ab930..df322396702 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -5034,7 +5034,7 @@ which is the string ``llvm.loop.licm_versioning.disable``. For example: 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 -- 2.11.0