[llvm] r301985 - Typo in LangRef.rst. NFC
Xin Tong via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 16:24:13 PDT 2017
Author: trentxintong
Date: Tue May 2 18:24:12 2017
New Revision: 301985
URL: http://llvm.org/viewvc/llvm-project?rev=301985&view=rev
Log:
Typo in LangRef.rst. NFC
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=301985&r1=301984&r2=301985&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue May 2 18:24:12 2017
@@ -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
More information about the llvm-commits
mailing list