diff options
author | John Criswell <criswell@uiuc.edu> | 2012-05-16 00:26:51 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2012-05-16 00:26:51 +0000 |
commit | 99534f3a0d503a09f4088b4b3dec2b6200132541 (patch) | |
tree | 5b349d580bc908c399ad3e64a55be416167b136a /docs/LangRef.html | |
parent | 83b3a293349919d18bc05d87bc03156ef6637370 (diff) | |
download | external_llvm-99534f3a0d503a09f4088b4b3dec2b6200132541.zip external_llvm-99534f3a0d503a09f4088b4b3dec2b6200132541.tar.gz external_llvm-99534f3a0d503a09f4088b4b3dec2b6200132541.tar.bz2 |
Fixed grammar for the llvm.trap intrinsic description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 8328def..b9c8746 100644 --- a/docs/LangRef.html +++ b/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> |