]> granicus.if.org Git - xz/commitdiff
Fix a comment API header.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Mar 2008 19:32:37 +0000 (21:32 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Mar 2008 19:32:37 +0000 (21:32 +0200)
src/liblzma/api/lzma/lzma.h

index 0fe748540a2f6b8df020b6d1def65690adfb29e1..9ff25d86cc7ea078962b4305ee5bfb6c92d8b463 100644 (file)
@@ -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.