mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 09:54:00 +08:00
Merge pull request #1401 from Nicoshev/updateFunctionComment
Update function comment
This commit is contained in:
commit
c537f782c4
@ -530,7 +530,7 @@ LZ4_wildCopy32(void* dstPtr, const void* srcPtr, void* dstEnd)
|
||||
|
||||
/* LZ4_memcpy_using_offset() presumes :
|
||||
* - dstEnd >= dstPtr + MINMATCH
|
||||
* - there is at least 8 bytes available to write after dstEnd */
|
||||
* - there is at least 12 bytes available to write after dstEnd */
|
||||
LZ4_FORCE_INLINE void
|
||||
LZ4_memcpy_using_offset(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user