aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commitdba16eaf9f77447b595f5380003e0de264e8c64a (patch)
tree4907b9c87278ca9d77f8c6017bb9f2b1018a4757 /docs
parent243412246003fbfedd19cf1c31166c77d896094c (diff)
downloadexternal_llvm-dba16eaf9f77447b595f5380003e0de264e8c64a.zip
external_llvm-dba16eaf9f77447b595f5380003e0de264e8c64a.tar.gz
external_llvm-dba16eaf9f77447b595f5380003e0de264e8c64a.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')
-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>