aboutsummaryrefslogtreecommitdiffstats
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
commit23bece4ef029f65575d1624ffeb9115e022468a0 (patch)
tree63e920a9eb96c43a21c137e111b768fa7e1b236c /docs
parentb752109f99a3e4923d16b93ae102f68211825484 (diff)
downloadexternal_llvm-23bece4ef029f65575d1624ffeb9115e022468a0.zip
external_llvm-23bece4ef029f65575d1624ffeb9115e022468a0.tar.gz
external_llvm-23bece4ef029f65575d1624ffeb9115e022468a0.tar.bz2
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 7858e63..1f9f80d 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>