Fix a comment API header.

This commit is contained in:
Lasse Collin 2008-03-14 21:32:37 +02:00
parent 748d6e4274
commit 7d516f5129
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ extern const lzma_match_finder *const lzma_available_match_finders;
/** /**
* \brief Table of presets for the LZMA filter * \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 * These presets match the switches -1 .. -9 of the lzma command line tool
* *
* The preset values are subject to changes between liblzma versions. * The preset values are subject to changes between liblzma versions.