From 4b2cbcf4c275379f8c1b68f792db29cc7b7925ad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 Jan 2008 19:51:52 +0000 Subject: [PATCH] Fix typo noticed by 'Danny' in PR1901 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.34.1