From e39f03351deb004f70a6e054e6704bf73298661e Mon Sep 17 00:00:00 2001 From: Andreas Bolka Date: Mon, 27 Jul 2009 20:37:10 +0000 Subject: [PATCH] Fix typo. llvm-svn: 77244 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 7858e63..1f9f80d 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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:

-- 2.7.4