From: Xin Tong Date: Tue, 2 May 2017 23:24:12 +0000 (+0000) Subject: Typo in LangRef.rst. NFC X-Git-Tag: llvmorg-5.0.0-rc1~6116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7180204cab2407328fcbfc044e7526b9fcc7b7c;p=platform%2Fupstream%2Fllvm.git Typo in LangRef.rst. NFC llvm-svn: 301985 --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index bf4973c..2eab1b8 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -1539,7 +1539,7 @@ example: This function attribute indicates that the function does not have any effects besides calculating its result and does not have undefined behavior. Note that ``speculatable`` is not enough to conclude that along any - particular exection path the number of calls to this function will not be + particular execution path the number of calls to this function will not be externally observable. This attribute is only valid on functions and declarations, not on individual call sites. If a function is incorrectly marked as speculatable and really does exhibit