From 7d516f5129e4373a6d57249d7f608c634c66bf12 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 14 Mar 2008 21:32:37 +0200 Subject: [PATCH] Fix a comment API header. --- src/liblzma/api/lzma/lzma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.