aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-06 19:51:52 +0000
committerChris Lattner <sabre@nondot.org>2008-01-06 19:51:52 +0000
commit4b2cbcf4c275379f8c1b68f792db29cc7b7925ad (patch)
tree4907b9c87278ca9d77f8c6017bb9f2b1018a4757 /docs/LangRef.html
parente4b83877d524adddac6ea9d2abb96a14739a4829 (diff)
downloadexternal_llvm-4b2cbcf4c275379f8c1b68f792db29cc7b7925ad.zip
external_llvm-4b2cbcf4c275379f8c1b68f792db29cc7b7925ad.tar.gz
external_llvm-4b2cbcf4c275379f8c1b68f792db29cc7b7925ad.tar.bz2
Fix typo noticed by 'Danny' in PR1901
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 51c308c..1e45e63 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>