From: Roopesh Chander Date: Sat, 8 Dec 2018 08:13:00 +0000 (+0530) Subject: Zip: Fix comment X-Git-Tag: 0.0.20181104-6~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f4be60876f493ebdcfca95bd72c0213d8d7d73;p=thirdparty%2Fwireguard-apple.git Zip: Fix comment Signed-off-by: Roopesh Chander --- diff --git a/WireGuard/WireGuard/ZipArchive/ZipArchive.swift b/WireGuard/WireGuard/ZipArchive/ZipArchive.swift index 7cf702c..fe633d0 100644 --- a/WireGuard/WireGuard/ZipArchive/ZipArchive.swift +++ b/WireGuard/WireGuard/ZipArchive/ZipArchive.swift @@ -59,7 +59,7 @@ class ZipArchive { throw ZipArchiveError.badArchive } - let bufferSize = 16384 // 16 kb + let bufferSize = 16384 // 16 KiB var fileNameBuffer = UnsafeMutablePointer.allocate(capacity: bufferSize) var dataBuffer = UnsafeMutablePointer.allocate(capacity: bufferSize)