diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-06 19:51:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-06 19:51:52 +0000 |
commit | ec564025575b0e8d76dc48498f2919c1a9a04bf7 (patch) | |
tree | 4f38259570db1c83949b8f715f62e2bd3f9c4b76 | |
parent | 466e8ebcc7a4f79faa78ba56249e2b579d8e55b9 (diff) | |
download | bcm5719-llvm-ec564025575b0e8d76dc48498f2919c1a9a04bf7.tar.gz bcm5719-llvm-ec564025575b0e8d76dc48498f2919c1a9a04bf7.zip |
Fix typo noticed by 'Danny' in PR1901
llvm-svn: 45661
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <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> |