aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 24f08eb92a..c5cffc3982 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -935,7 +935,7 @@ make choices that help reduce code size.</dd>
<dt><tt>noreturn</tt></dt>
<dd>This function attribute indicates that the function never returns. This
- indicates to LLVM that every call to this function should be treated as if
+ tells LLVM that every call to this function should be treated as if
an <tt>unreachable</tt> instruction immediately followed the call.</dd>
<dt><tt>nounwind</tt></dt>