From 23bece4ef029f65575d1624ffeb9115e022468a0 Mon Sep 17 00:00:00 2001 From: Andreas Bolka Date: Mon, 27 Jul 2009 20:37:10 +0000 Subject: Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77244 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "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:

-- cgit v1.1