summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-18 18:19:17 +0000
committerDan Gohman <gohman@apple.com>2010-02-18 18:19:17 +0000
commitcf3d08445d8f2626fa1a38c8df3918297433d8de (patch)
treeb0aa04cb4a5767c559172a2c0d82d7490c94f850 /docs
parent7310fe4a697f42097b4f1e17134026394882b354 (diff)
downloadllvm-cf3d08445d8f2626fa1a38c8df3918297433d8de.tar.gz
llvm-cf3d08445d8f2626fa1a38c8df3918297433d8de.tar.bz2
llvm-cf3d08445d8f2626fa1a38c8df3918297433d8de.tar.xz
Fix typos Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AdvancedGetElementPtr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html
index fcd7cf4d00..1e48bb33db 100644
--- a/docs/AdvancedGetElementPtr.html
+++ b/docs/AdvancedGetElementPtr.html
@@ -51,7 +51,7 @@
<p>And, GEP is more concise in common cases.</p>
- <p>However, for of the underlying integer computation implied, there
+ <p>However, for the underlying integer computation implied, there
is no difference.</p>
</div>
@@ -141,7 +141,7 @@
assume that the static array type bounds are respected.</p>
<p>The second sense of being out of bounds is computing an address that's
- beyond of the actual underlying allocated object.</p>
+ beyond the actual underlying allocated object.</p>
<p>With the <tt>inbounds</tt> keyword, the result value of the GEP is
undefined if the address is outside the actual underlying allocated