From adb0208bf2658215833a9e5b119aeab38d214100 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= <Reimar.Doeffinger@gmx.de>
Date: Sun, 30 Jul 2006 14:44:38 +0000
Subject: [PATCH] Fix typo in comment

Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/gxf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/gxf.c b/libavformat/gxf.c
index 7cc1d39108d..09a60dbc0cc 100644
--- a/libavformat/gxf.c
+++ b/libavformat/gxf.c
@@ -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);
-- 
GitLab