summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2017-05-02 23:24:12 +0000
committerXin Tong <trent.xin.tong@gmail.com>2017-05-02 23:24:12 +0000
commit66ac3d52f55538696a7c9cd9b6990354d9e00558 (patch)
tree80ab1e37b5de0c8cd74676adebf06e5d74820b26 /docs
parentcfa02bf1594016814415b8149ccae93f1b731bd7 (diff)
Typo in LangRef.rst. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index bf4973ca9aed..2eab1b8a3dba 100644
--- a/docs/LangRef.rst
+++ b/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