Fixed grammar for the llvm.trap intrinsic description.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 16 May 2012 00:26:51 +0000 (00:26 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 16 May 2012 00:26:51 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156881 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 8328def197cc58ba39ace9f4c8a78b3c5b258c09..b9c87464e1d0298e6e13b95ddf9d2182b8243743 100644 (file)
@@ -8394,9 +8394,9 @@ LLVM</a>.</p>
 <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>