From 254e11cc019d3f7cb7b86de08c86cc77545ca379 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 25 Jan 2013 16:37:03 +0000 Subject: lavf/gifdec: fix typo Signed-off-by: Paul B Mahol --- libavformat/gifdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gifdec.c') diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c index d43a537682..6cf36c1205 100644 --- a/libavformat/gifdec.c +++ b/libavformat/gifdec.c @@ -194,7 +194,7 @@ parse_keyframe: if ((ret = avio_skip(pb, 2)) < 0) return ret; - /* glogal color table presence */ + /* global color table presence */ if (packed_fields & 0x80) { ct_size = 3 * (1 << ((packed_fields & 0x07) + 1)); -- cgit v1.2.3