aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-29 18:16:09 +0000
committerDevang Patel <dpatel@apple.com>2008-09-29 18:16:09 +0000
commit12602059a1c1dc88df7c442caedd55dc3d34414b (patch)
tree590f109df6b36689da129705d2a29f6c356b3814
parentd47e0b664f9c4546e26cc527deca145fe37634fa (diff)
Fix sentence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56794 91177308-0d34-0410-b5e6-96231b3b80d8
-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>