summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-03 22:19:11 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-03 22:19:11 (GMT)
commitb827ecf72894156c1727482b145dc9e7a116dbc9 (patch)
tree162d5ac7127a687e6ed21dd4d25a939abc7b6a28 /lib/lz4hc.c
parent18b3ef9873779e7613c135e2ce61b945749f6128 (diff)
downloadlz4-b827ecf72894156c1727482b145dc9e7a116dbc9.zip
lz4-b827ecf72894156c1727482b145dc9e7a116dbc9.tar.gz
lz4-b827ecf72894156c1727482b145dc9e7a116dbc9.tar.bz2
Clarified a few comments
Diffstat (limited to 'lib/lz4hc.c')
-rw-r--r--lib/lz4hc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lz4hc.c b/lib/lz4hc.c
index c3e0b6d..6690e81 100644
--- a/lib/lz4hc.c
+++ b/lib/lz4hc.c
@@ -556,8 +556,8 @@ int LZ4_compressHC_limitedOutput(const char* source, char* dest, int inputSize,
/*****************************
- Using external allocation
-*****************************/
+ * Using external allocation
+ * ***************************/
int LZ4_sizeofStateHC(void) { return sizeof(LZ4HC_Data_Structure); }