aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-06-19 17:43:55 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-06-19 17:43:55 +0300
commita142cb951079169513e6cf04086990718322166a (patch)
tree62af347130ab16cc4b50a2c02b8e4b507107d5cc
parent8e5417803c8c002876a345ffabd57151fa18faed (diff)
downloadxz-embedded-a142cb951079169513e6cf04086990718322166a.tar.gz
Update a comment in xzminidec.c.
-rw-r--r--userspace/xzminidec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/userspace/xzminidec.c b/userspace/xzminidec.c
index 2be88d0..2a039c6 100644
--- a/userspace/xzminidec.c
+++ b/userspace/xzminidec.c
@@ -8,10 +8,10 @@
*/
/*
- * This is really limited: The dictionary has to be preallocated, only CRC32
- * is supported as the integrity check, and decoding of concatenated streams
- * is not supported. Thus, you may want to look at xzdec from XZ Utils if
- * a few KiB bigger tool is not a problem.
+ * This is really limited: Not all filters from .xz format are supported,
+ * only CRC32 is supported as the integrity check, and decoding of
+ * concatenated .xz streams is not supported. Thus, you may want to look
+ * at xzdec from XZ Utils if a few KiB bigger tool is not a problem.
*/
#include <stdbool.h>