summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-07-27 20:37:10 +0000
committerAndreas Bolka <a@bolka.at>2009-07-27 20:37:10 +0000
commit99a8205ae366d9e6bd3cdc6561a5715a5b665589 (patch)
tree63e920a9eb96c43a21c137e111b768fa7e1b236c /docs
parente2d5a6c3bb9b2c3bce78bb0143d8988bf6735d44 (diff)
downloadllvm-99a8205ae366d9e6bd3cdc6561a5715a5b665589.tar.gz
llvm-99a8205ae366d9e6bd3cdc6561a5715a5b665589.tar.bz2
llvm-99a8205ae366d9e6bd3cdc6561a5715a5b665589.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 7858e6373d..1f9f80d6d4 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1252,7 +1252,7 @@ target datalayout = "<i>layout specification</i>"
<div class="doc_text">
<p>Any memory access must be done though a pointer value associated
-with with address range of the memory access, otherwise the behavior
+with an address range of the memory access, otherwise the behavior
is undefined. Pointer values are associated with address ranges
according to the following rules:</p>