diff options
Diffstat (limited to 'lzf_c.c')
-rw-r--r-- | lzf_c.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |