aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/init.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-05-06 13:41:05 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-05-06 13:41:05 +0300
commitdc192b6343ae36276c85fcf7ef6006147816eadc (patch)
treeaae9d09b384bc979f08f808198fec0d6bd6a215e /src/liblzma/api/lzma/init.h
parentDon't print an error message on broken pipe unless --verbose (diff)
downloadxz-dc192b6343ae36276c85fcf7ef6006147816eadc.tar.xz
Typo fix
Diffstat (limited to '')
-rw-r--r--src/liblzma/api/lzma/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/init.h b/src/liblzma/api/lzma/init.h
index f7b79246..a2130ef5 100644
--- a/src/liblzma/api/lzma/init.h
+++ b/src/liblzma/api/lzma/init.h
@@ -38,7 +38,7 @@
* still shouldn't be done when there are multiple threads running.
*
* lzma_init() initializes all internal static variables by calling
- * lzma_lzma_init_encoder() and lzma_init_decoder().
+ * lzma_init_encoder() and lzma_init_decoder().
*
* If you need only encoder, decoder, or neither-encoder-nor-decoder
* functions, you may use other initialization functions, which initialize