[llvm-commits] [llvm] r77244 - /llvm/trunk/docs/LangRef.html

Andreas Bolka a at bolka.at
Mon Jul 27 13:37:11 PDT 2009


Author: abolka
Date: Mon Jul 27 15:37:10 2009
New Revision: 77244

URL: http://llvm.org/viewvc/llvm-project?rev=77244&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=77244&r1=77243&r2=77244&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Jul 27 15:37:10 2009
@@ -1252,7 +1252,7 @@
 <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>
 





More information about the llvm-commits mailing list