diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 3d403aa0234db41991da73a12a9b4f7626fab750..efcaa44a2b8a198968290fd818b16f479c2b78b1 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -568,7 +568,7 @@ static void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, int ch, } /** - * Get the transform coefficients. + * Decode the transform coefficients. */ static void decode_transform_coeffs(AC3DecodeContext *s, int blk) {