Fix typos Duncan noticed.

llvm-svn: 96594
This commit is contained in:
Dan Gohman 2010-02-18 18:19:17 +00:00
parent 1c32596e56
commit d879ce0715
1 changed files with 2 additions and 2 deletions

View File

@ -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