summaryrefslogtreecommitdiff
path: root/lzf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzf.h')
-rw-r--r--lzf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf.h b/lzf.h
index a8de179..36b5760 100644
--- a/lzf.h
+++ b/lzf.h
@@ -66,7 +66,7 @@ lzf_compress (const void *const in_data, unsigned int in_len,
* function and stored at location in_data and length in_len. The result
* will be stored at out_data up to a maximum of out_len characters.
*
- * If * the output buffer is not large enough to hold the decompressed
+ * If the output buffer is not large enough to hold the decompressed
* data, a 0 is returned and errno is set to E2BIG. Otherwise the number
* of decompressed bytes (i.e. the original length of the data) is
* returned.