summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-05-31 16:04:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-05-31 16:04:26 +0000
commita1b95f53cc29b82fa7628affc9d01a08c620f5fd (patch)
treea1a193afd2813528549d9cb7e7e4d9b3f7933342 /docs/LangRef.html
parentc8e340da823e8ff10b947429ef99e34ffc3067d8 (diff)
downloadllvm-a1b95f53cc29b82fa7628affc9d01a08c620f5fd.tar.gz
llvm-a1b95f53cc29b82fa7628affc9d01a08c620f5fd.tar.bz2
llvm-a1b95f53cc29b82fa7628affc9d01a08c620f5fd.tar.xz
Fix typos noticed by Benjamin Kramer.
Also make the checks stronger and test that we reject ranges that overlap a previous wrapped range. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 45ee424aed..1f43ab67f2 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3054,8 +3054,8 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25)
<li>The range should not represent the full or empty set. That is,
<tt>a!=b</tt>. </li>
</ul>
-<p> In addiion, the pairs must be in signed order of the lower bound and
- they must be non contigous.</p>
+<p> In addition, the pairs must be in signed order of the lower bound and
+ they must be non-contiguous.</p>
<p>Examples:</p>
<div class="doc_code">