summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AdvancedGetElementPtr.html
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
commitd879ce0715d535ee8ba1d4e04f28033a72216017 (patch)
treece5a2e9c9d2f458b4e320a9f7d720cef92e17468 /llvm/docs/AdvancedGetElementPtr.html
parent1c32596e5626b1150e2eb49b58ebdf58e64d2db0 (diff)
downloadbcm5719-llvm-d879ce0715d535ee8ba1d4e04f28033a72216017.tar.gz
bcm5719-llvm-d879ce0715d535ee8ba1d4e04f28033a72216017.zip
Fix typos Duncan noticed.
llvm-svn: 96594
Diffstat (limited to 'llvm/docs/AdvancedGetElementPtr.html')
-rw-r--r--llvm/docs/AdvancedGetElementPtr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/AdvancedGetElementPtr.html b/llvm/docs/AdvancedGetElementPtr.html
index fcd7cf4d007..1e48bb33dbf 100644
--- a/llvm/docs/AdvancedGetElementPtr.html
+++ b/llvm/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
OpenPOWER on IntegriCloud