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

John Criswell criswell at uiuc.edu
Tue May 15 17:26:52 PDT 2012


Author: criswell
Date: Tue May 15 19:26:51 2012
New Revision: 156881

URL: http://llvm.org/viewvc/llvm-project?rev=156881&view=rev
Log:
Fixed grammar for the llvm.trap intrinsic description.

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=156881&r1=156880&r2=156881&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue May 15 19:26:51 2012
@@ -8394,9 +8394,9 @@
 <p>None.</p>
 
 <h5>Semantics:</h5>
-<p>This intrinsics is lowered to the target dependent trap instruction. If the
+<p>This intrinsic is lowered to the target dependent trap instruction. If the
    target does not have a trap instruction, this intrinsic will be lowered to
-   the call of the <tt>abort()</tt> function.</p>
+   a call of the <tt>abort()</tt> function.</p>
 
 </div>
 





More information about the llvm-commits mailing list