Zip: Fix comment

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-12-08 13:43:00 +05:30
parent 2fa2f58aad
commit 46f4be6087

View File

@ -59,7 +59,7 @@ class ZipArchive {
throw ZipArchiveError.badArchive
}
let bufferSize = 16384 // 16 kb
let bufferSize = 16384 // 16 KiB
var fileNameBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)
var dataBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)