Fix typos Duncan noticed.
authorDan Gohman <gohman@apple.com>
Thu, 18 Feb 2010 18:19:17 +0000 (18:19 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Feb 2010 18:19:17 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96594 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AdvancedGetElementPtr.html

index fcd7cf4d00788e3891d097a722ab3b163e9c2fa1..1e48bb33dbf52ec8528e76957079911a87f89877 100644 (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>
      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