From ec564025575b0e8d76dc48498f2919c1a9a04bf7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 Jan 2008 19:51:52 +0000 Subject: Fix typo noticed by 'Danny' in PR1901 llvm-svn: 45661 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/LangRef.html') diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 51c308c0a96..1e45e631787 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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.

-- cgit v1.2.3