diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-03-14 21:32:37 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-03-14 21:32:37 +0200 |
commit | 7d516f5129e4373a6d57249d7f608c634c66bf12 (patch) | |
tree | 50a1fec97161f4f588f47a7a05a0c6829877dd79 | |
parent | Make lzma_stream.next_in const. Let's see if anyone complains. (diff) | |
download | xz-7d516f5129e4373a6d57249d7f608c634c66bf12.tar.xz |
Fix a comment API header.
-rw-r--r-- | src/liblzma/api/lzma/lzma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/lzma.h b/src/liblzma/api/lzma/lzma.h index 0fe74854..9ff25d86 100644 --- a/src/liblzma/api/lzma/lzma.h +++ b/src/liblzma/api/lzma/lzma.h @@ -302,7 +302,7 @@ extern const lzma_match_finder *const lzma_available_match_finders; /** * \brief Table of presets for the LZMA filter * - * lzma_presets[0] is the fastest and lzma_preset_lzma[8] is the slowest. + * lzma_preset_lzma[0] is the fastest and lzma_preset_lzma[8] is the slowest. * These presets match the switches -1 .. -9 of the lzma command line tool * * The preset values are subject to changes between liblzma versions. |