Zip: Fix comment

This commit is contained in:
Roopesh Chander 2018-12-08 13:43:00 +05:30
parent 01ec87ddee
commit ada1b659a8
1 changed files with 1 additions and 1 deletions

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)