From: Andreas Bolka Date: Mon, 27 Jul 2009 20:37:10 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=99a8205ae366d9e6bd3cdc6561a5715a5b665589;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77244 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 7858e6373d3..1f9f80d6d43 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1252,7 +1252,7 @@ target datalayout = "layout specification"

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: