aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-06 16:26:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-06 16:26:20 +0100
commit774bce8e8ba1e424c953e8f13aee8f0778c8a911 (patch)
treefca94c551dd8e4c2a518175e2935bcd55633c933 /docs
parent59655077c5bf176f01d8d277665ebb92263704ed (diff)
downloadbusybox-w32-774bce8e8ba1e424c953e8f13aee8f0778c8a911.tar.gz
busybox-w32-774bce8e8ba1e424c953e8f13aee8f0778c8a911.tar.bz2
busybox-w32-774bce8e8ba1e424c953e8f13aee8f0778c8a911.zip
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/keep_data_small.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt
index 21d732674..9e77a9097 100644
--- a/docs/keep_data_small.txt
+++ b/docs/keep_data_small.txt
@@ -59,7 +59,7 @@ wait
59 Example 1 59 Example 1
60 60
61One example how to reduce global data usage is in 61One example how to reduce global data usage is in
62archival/libarchive/decompress_unzip.c: 62archival/libarchive/decompress_gunzip.c:
63 63
64/* This is somewhat complex-looking arrangement, but it allows 64/* This is somewhat complex-looking arrangement, but it allows
65 * to place decompressor state either in bss or in 65 * to place decompressor state either in bss or in