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.