[llvm-commits] [llvm] r56794 - /llvm/trunk/docs/LangRef.html

Devang Patel dpatel at apple.com
Mon Sep 29 11:16:10 PDT 2008


Author: dpatel
Date: Mon Sep 29 13:16:09 2008
New Revision: 56794

URL: http://llvm.org/viewvc/llvm-project?rev=56794&view=rev
Log:
Fix sentence.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=56794&r1=56793&r2=56794&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Sep 29 13:16:09 2008
@@ -935,7 +935,7 @@
 
 <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>





More information about the llvm-commits mailing list