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>


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to