Fix typo noticed by 'Danny' in PR1901
authorChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 19:51:52 +0000 (19:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 19:51:52 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 51c308c0a96ba841135361bf91d6b1412308331d..1e45e6317871b1c562b80d37962498dfd3e0e58e 100644 (file)
@@ -4498,7 +4498,7 @@ be set to 0 or 1.
 <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>