Fix typo.
authorAndreas Bolka <a@bolka.at>
Mon, 27 Jul 2009 20:37:10 +0000 (20:37 +0000)
committerAndreas Bolka <a@bolka.at>
Mon, 27 Jul 2009 20:37:10 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77244 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 7858e6373d335bebfc25c3cfe71e598e45b44528..1f9f80d6d43468b6d70a8b7294c9bf1bccb62959 100644 (file)
@@ -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>