summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lzfP.h b/lzfP.h
index 81f1f41..5c3ddc5 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -58,9 +58,8 @@
/*
* Sacrifice very little compression quality in favour of compression speed.
* This gives almost the same compression as the default code, and is
- * (very roughly) 15% faster. This is the preferable mode of operation.
+ * (very roughly) 15% faster. This is the preferred mode of operation.
*/
-
#ifndef VERY_FAST
# define VERY_FAST 1
#endif