[PATCH] update comment about gzip scratch size

fix a comment about the array size.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Olaf Hering 2005-06-25 14:59:21 -07:00 committed by Linus Torvalds
parent dfa1a55335
commit f14c6fd0fc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ char *avail_high;
#define SCRATCH_SIZE (128 << 10)
static char scratch[SCRATCH_SIZE]; /* 1MB of scratch space for gunzip */
static char scratch[SCRATCH_SIZE]; /* 128k of scratch space for gunzip */
typedef void (*kernel_start_t)(int, int, void *, unsigned int, unsigned int);