summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2012-05-16 00:26:51 +0000
committerJohn Criswell <criswell@uiuc.edu>2012-05-16 00:26:51 +0000
commit4e711921ba80ee606b49a51da012523daf274c2c (patch)
tree2c5c0ae0568ef93929aa3bbb556041b5c6fee3dc /llvm/docs/LangRef.html
parent815414794256f57ea1a287f11d6b3ca9ea1af20f (diff)
downloadbcm5719-llvm-4e711921ba80ee606b49a51da012523daf274c2c.tar.gz
bcm5719-llvm-4e711921ba80ee606b49a51da012523daf274c2c.zip
Fixed grammar for the llvm.trap intrinsic description.
llvm-svn: 156881
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 8328def197c..b9c87464e1d 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>
OpenPOWER on IntegriCloud