Merge pull request #1401 from Nicoshev/updateFunctionComment

Update function comment

GitOrigin-RevId: c537f782c44a0ced71bcf271356aef9506f1375c
Change-Id: I511e09b3764ff464591756da92eda9f80803e397
diff --git a/lib/lz4.c b/lib/lz4.c
index 015145e..a2f7abe 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -530,7 +530,7 @@
 
 /* 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)
 {