aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-03-14 21:32:37 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-03-14 21:32:37 +0200
commit7d516f5129e4373a6d57249d7f608c634c66bf12 (patch)
tree50a1fec97161f4f588f47a7a05a0c6829877dd79 /src/liblzma/api/lzma
parentMake lzma_stream.next_in const. Let's see if anyone complains. (diff)
downloadxz-7d516f5129e4373a6d57249d7f608c634c66bf12.tar.xz
Fix a comment API header.
Diffstat (limited to 'src/liblzma/api/lzma')
-rw-r--r--src/liblzma/api/lzma/lzma.h2
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.