rmp: add optional support for bz2 data. +50 bytes of code
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt
index 55f4fc9..f88fe07 100644
--- a/docs/keep_data_small.txt
+++ b/docs/keep_data_small.txt
@@ -65,7 +65,7 @@
(see the rest of the file to get the idea)
This example completely eliminates globals in that module.
-Required memory is allocated in inflate_gunzip() [its main module]
+Required memory is allocated in unpack_gz_stream() [its main module]
and then passed down to all subroutines which need to access 'globals'
as a parameter.