summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-25 17:06:40 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-25 17:06:40 (GMT)
commita357f434f06de70e5d670b8669becccb09f4c7a6 (patch)
tree0788b37b46dc45c6744e1ad1f4435a77140012b4 /lib/lz4.h
parent4a9335bd605421218e3cc87dc77c4634051469eb (diff)
downloadlz4-a357f434f06de70e5d670b8669becccb09f4c7a6.zip
lz4-a357f434f06de70e5d670b8669becccb09f4c7a6.tar.gz
lz4-a357f434f06de70e5d670b8669becccb09f4c7a6.tar.bz2
Fixed cast-align warnings on 32-bits
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 7b938da..de43fc0 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -39,8 +39,8 @@ extern "C" {
#endif
/*
- * lz4.h provides raw compression format functions, for optimal performance and integration into programs.
- * If you need to generate data using an inter-operable format (respecting the framing specification),
+ * lz4.h provides block compression functions, for optimal performance.
+ * If you need to generate inter-operable compressed data (respecting LZ4 frame specification),
* please use lz4frame.h instead.
*/