git » fp-git.git » commit 1b03f52

fixed comment

author ecalot
2005-12-21 12:18:51 UTC
committer ecalot
2005-12-21 12:18:51 UTC
parent 545a09fab433a442afdac57ac0b99d2003a2e11d

fixed comment

PR/src/lib/compression/lzg_compress.c +2 -2

diff --git a/PR/src/lib/compression/lzg_compress.c b/PR/src/lib/compression/lzg_compress.c
index 7670d64..8a85d19 100644
--- a/PR/src/lib/compression/lzg_compress.c
+++ b/PR/src/lib/compression/lzg_compress.c
@@ -127,8 +127,8 @@ void search_best_pattern(unsigned char *input, int inputSize,
 
 		if (pattern_len == MAX_PATTERN_SIZE) break;
 
-		/* if cLevel is 9 compression rate will be 5% better
-		 * and compression time will be 400% slower */
+		/* if cLevel is 6 or 7 (cHigh set) compression rate will be
+		 * 5% better and compression time will be 400% slower */
 		cHigh {
 			window_len--;
 			window++;