1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typo noticed by 'Danny' in PR1901

llvm-svn: 45661
This commit is contained in:
Chris Lattner 2008-01-06 19:51:52 +00:00
parent a09bc3d9a4
commit f8d3ea59f3

View File

@ -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>