summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-06-01 02:30:06 +0000
committerroot <root>2010-06-01 02:30:06 +0000
commit257c6be2fae723f73c01505a5479e9e78646233b (patch)
tree55e898bd4c4baa1990ffb9357da774ab284262a4
parentdd641edac04378dd4277de0eaaff5d0f798e0ba5 (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