aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-08 13:43:00 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-08 13:43:00 +0530
commit46f4be60876f493ebdcfca95bd72c0213d8d7d73 (patch)
tree7ab006f502635c4a09ce571c19f164097eaba0c8
parentVersion bump (diff)
downloadwireguard-apple-46f4be60876f493ebdcfca95bd72c0213d8d7d73.tar.xz
wireguard-apple-46f4be60876f493ebdcfca95bd72c0213d8d7d73.zip
Zip: Fix comment
Signed-off-by: Roopesh Chander <roop@roopc.net>
-rw-r--r--WireGuard/WireGuard/ZipArchive/ZipArchive.swift2
1 files changed, 1 insertions, 1 deletions
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<Int8>.allocate(capacity: bufferSize)
var dataBuffer = UnsafeMutablePointer<Int8>.allocate(capacity: bufferSize)