Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 06:30:06 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 06:30:06 +0400
commita62e20c79580239a7270f2c5c1fac8193d7ae14b (patch)
tree55e898bd4c4baa1990ffb9357da774ab284262a4
parentd97fdc4fac4e86e01bc923fa2b51e34f25b4a4a4 (diff)
*** empty log message ***
-rw-r--r--lzf_c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 1878954..06afa63 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -40,8 +40,8 @@
/*
* don't play with this unless you benchmark!
- * decompression is not dependent on the hash function
- * the hashing function might seem strange, just believe me
+ * the data format is not dependent on the hash function.
+ * the hash function might seem strange, just believe me,
* it works ;)
*/
#ifndef FRST