diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
commit | 5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a (patch) | |
tree | 611b8930c912c03403d721f81e51788a42c125df /docs/GetElementPtr.html | |
parent | b26e279e163669d34e45697b2ebe0e1003b7d8f8 (diff) | |
download | external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.zip external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.gz external_llvm-5fb9d7e8d4fe8ec08d086e07c83c8c5952cf071a.tar.bz2 |
Documentation: Perform automated correction of common typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GetElementPtr.html')
-rw-r--r-- | docs/GetElementPtr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 752568f..dd49ef7 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -40,7 +40,7 @@ <div class="doc_text"> <p>This document seeks to dispel the mystery and confusion surrounding LLVM's GetElementPtr (GEP) instruction. Questions about the wiley GEP instruction are - probably the most frequently occuring questions once a developer gets down to + probably the most frequently occurring questions once a developer gets down to coding with LLVM. Here we lay out the sources of confusion and show that the GEP instruction is really quite simple. </p> |