From 7eb54b98b6b96ebc6fdea77d6ce36f090d0f5866 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 11 Sep 2002 00:31:29 +0000 Subject: [PATCH] minor comment typo fix --- include/FLAC/stream_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h index 5684c27..6b65fc1 100644 --- a/include/FLAC/stream_encoder.h +++ b/include/FLAC/stream_encoder.h @@ -564,7 +564,7 @@ FLAC__bool FLAC__stream_encoder_set_do_exhaustive_model_search(FLAC__StreamEncod */ FLAC__bool FLAC__stream_encoder_set_min_residual_partition_order(FLAC__StreamEncoder *encoder, unsigned value); -/** Set the minimum partition order to search when coding the residual. +/** Set the maximum partition order to search when coding the residual. * This is used in tandem with * FLAC__stream_encoder_set_min_residual_partition_order(). * -- 2.7.4