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

Chris Lattner sabre at nondot.org
Sun Jan 6 11:51:54 PST 2008


Author: lattner
Date: Sun Jan  6 13:51:52 2008
New Revision: 45661

URL: http://llvm.org/viewvc/llvm-project?rev=45661&view=rev
Log:
Fix typo noticed by 'Danny' in PR1901

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=45661&r1=45660&r2=45661&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Jan  6 13:51:52 2008
@@ -4498,7 +4498,7 @@
 <p>
 The '<tt>llvm.memmove.*</tt>' intrinsics move a block of memory from the source
 location to the destination location. It is similar to the
-'<tt>llvm.memcmp</tt>' intrinsic but allows the two memory locations to overlap.
+'<tt>llvm.memcpy</tt>' intrinsic but allows the two memory locations to overlap.
 </p>
 
 <p>





More information about the llvm-commits mailing list