From 774bce8e8ba1e424c953e8f13aee8f0778c8a911 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Mar 2012 16:26:20 +0100 Subject: archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes Signed-off-by: Denys Vlasenko --- docs/keep_data_small.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/keep_data_small.txt') 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 -- cgit v1.2.3