cosmetics: fix typo in previous commit
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 4 Jan 2011 12:08:10 +0000 (12:08 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 4 Jan 2011 12:08:10 +0000 (12:08 +0000)
Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3enc.c

index 902aabf..fbf5566 100644 (file)
@@ -139,7 +139,7 @@ typedef struct AC3EncodeContext {
 } AC3EncodeContext;
 
 
-/* prototypes for functions in ac3enc_fixed.c and ac3_float.c */
+/* prototypes for functions in ac3enc_fixed.c and ac3enc_float.c */
 
 static av_cold void mdct_end(AC3MDCTContext *mdct);