[llvm-commits] [llvm] r96597 - /llvm/trunk/docs/AdvancedGetElementPtr.html

Dan Gohman gohman at apple.com
Thu Feb 18 10:22:41 PST 2010


Author: djg
Date: Thu Feb 18 12:22:41 2010
New Revision: 96597

URL: http://llvm.org/viewvc/llvm-project?rev=96597&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/docs/AdvancedGetElementPtr.html

Modified: llvm/trunk/docs/AdvancedGetElementPtr.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AdvancedGetElementPtr.html?rev=96597&r1=96596&r2=96597&view=diff

==============================================================================
--- llvm/trunk/docs/AdvancedGetElementPtr.html (original)
+++ llvm/trunk/docs/AdvancedGetElementPtr.html Thu Feb 18 12:22:41 2010
@@ -45,7 +45,7 @@
 
   <p>Also, GEP carries additional pointer aliasing rules. It's invalid to take a
      GEP from one object, address into a different separately allocated
-     object, and deference it. IR producers (front-ends) must follow this rule,
+     object, and dereference it. IR producers (front-ends) must follow this rule,
      and consumers (optimizers, specifically alias analysis) benefit from being
      able to rely on it.</p>
 





More information about the llvm-commits mailing list