1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Update comment.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-06-24 17:39:10 +02:00
parent 1a51451ec2
commit 8a150b27c3

View File

@ -87,7 +87,7 @@ int upx_compress ( const upx_bytep src, unsigned src_len,
// set available bytes in dst
if (*dst_len == 0)
*dst_len = MemBuffer::getSizeForCompression(src_len);
// for UPX, we always need a resonably sized outbut buffer
// for UPX, we always require a reasonably sized outbut buffer
assert(*dst_len >= MemBuffer::getSizeForCompression(src_len));
if (!result)