From 92f602f48f43843a61529ad83c2a95e94ec93627 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Tue, 4 Jan 2011 19:02:01 +0000 Subject: mpeg_parser: fix a typo in the comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28964 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpeg_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 572bd1b13e..7c7b0c30ac 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -291,7 +291,7 @@ static void init_times(struct stream *str) /* Probe for many for the start because a stamp or two could be anomalous. * Video also can also have things out of order. How many? There isn't any - * "right" value but just a few seems suffient to filter some bad cases. + * "right" value but just a few seems sufficient to filter some bad cases. * Too many and file loading could take too long. */ for (i = 5; i > 0;) { -- cgit v1.2.3