aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-05-26 13:46:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-26 13:46:49 +0200
commiteda83c9e69a430ecbee97fc53c0e691c6bb70d13 (patch)
treec4be68f1e0b223a6b5170251283724d050fe3631
parentcc71f79c1e5905992f4ba5cd6fe3466fe276737d (diff)
downloadbusybox-w32-eda83c9e69a430ecbee97fc53c0e691c6bb70d13.tar.gz
busybox-w32-eda83c9e69a430ecbee97fc53c0e691c6bb70d13.tar.bz2
busybox-w32-eda83c9e69a430ecbee97fc53c0e691c6bb70d13.zip
comment fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/libarchive/open_transformer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/open_transformer.c b/archival/libarchive/open_transformer.c
index 775bb580d..a90f42a45 100644
--- a/archival/libarchive/open_transformer.c
+++ b/archival/libarchive/open_transformer.c
@@ -343,7 +343,7 @@ void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_
343 } else { 343 } else {
344 /* File is not compressed. 344 /* File is not compressed.
345 * We already read first few bytes, account for that. 345 * We already read first few bytes, account for that.
346 * Exmaple where it happens: 346 * Example where it happens:
347 * "modinfo MODULE.ko" (not compressed) 347 * "modinfo MODULE.ko" (not compressed)
348 * open("MODULE.ko", O_RDONLY|O_LARGEFILE) = 4 348 * open("MODULE.ko", O_RDONLY|O_LARGEFILE) = 4
349 * read(4, "\177E", 2) = 2 349 * read(4, "\177E", 2) = 2