From f530e093ae49d24db94705139b52cc4b49589126 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 29 May 2001 22:30:35 +0000 Subject: [PATCH] minor comment change --- include/FLAC/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 46df78dc..eca41026 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -33,7 +33,7 @@ #define FLAC__MAX_SAMPLE_RATE (1048570u) #define FLAC__MAX_LPC_ORDER (32u) #define FLAC__MIN_QLP_COEFF_PRECISION (5u) -/* changing this also means changing all of fixed.c and more, so DON'T! */ +/* changing FLAC__MAX_FIXED_ORDER also means changing all of fixed.c and more, so DON'T! */ #define FLAC__MAX_FIXED_ORDER (4u) #define FLAC__MAX_RICE_PARTITION_ORDER (15u)