aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-18 18:22:41 +0000
committerDan Gohman <gohman@apple.com>2010-02-18 18:22:41 +0000
commit759867c009237800f31bfda057f4b349947a4a53 (patch)
tree55471d6872f4f1f9f917bd5669a525817c92a708 /docs
parent6eb394289fa8959190d019414eef8c0eead41d70 (diff)
downloadexternal_llvm-759867c009237800f31bfda057f4b349947a4a53.zip
external_llvm-759867c009237800f31bfda057f4b349947a4a53.tar.gz
external_llvm-759867c009237800f31bfda057f4b349947a4a53.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AdvancedGetElementPtr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html
index b5efe73..65ccbc4 100644
--- a/docs/AdvancedGetElementPtr.html
+++ b/docs/AdvancedGetElementPtr.html
@@ -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>