From: Chris Lattner Date: Sun, 6 Jan 2008 19:51:52 +0000 (+0000) Subject: Fix typo noticed by 'Danny' in PR1901 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4b2cbcf4c275379f8c1b68f792db29cc7b7925ad;p=oota-llvm.git Fix typo noticed by 'Danny' in PR1901 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 51c308c0a96..1e45e631787 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4498,7 +4498,7 @@ be set to 0 or 1.

The 'llvm.memmove.*' intrinsics move a block of memory from the source location to the destination location. It is similar to the -'llvm.memcmp' intrinsic but allows the two memory locations to overlap. +'llvm.memcpy' intrinsic but allows the two memory locations to overlap.