diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-06 16:26:20 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-06 16:26:20 +0100 |
commit | 774bce8e8ba1e424c953e8f13aee8f0778c8a911 (patch) | |
tree | fca94c551dd8e4c2a518175e2935bcd55633c933 /docs | |
parent | 59655077c5bf176f01d8d277665ebb92263704ed (diff) |
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.txt | 2 |
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 Example 1 One example how to reduce global data usage is in -archival/libarchive/decompress_unzip.c: +archival/libarchive/decompress_gunzip.c: /* This is somewhat complex-looking arrangement, but it allows * to place decompressor state either in bss or in |