Fix typo in comment
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 30 Jul 2006 14:44:38 +0000 (14:44 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 30 Jul 2006 14:44:38 +0000 (14:44 +0000)
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/gxf.c

index 7cc1d39..09a60db 100644 (file)
@@ -231,7 +231,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) {
         get_byte(pb); // flags
         get_byte(pb); // reserved
         // NOTE: there is also data length information in the
-        // field information, it might be better to take this int account
+        // field information, it might be better to take this into account
         // as well.
         ret = av_get_packet(pb, pkt, pkt_len);
         pkt->stream_index = get_sindex(s, track_id, track_type);