diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-01-04 19:02:01 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-01-04 19:02:01 +0000 |
| commit | 92f602f48f43843a61529ad83c2a95e94ec93627 (patch) | |
| tree | b8f65934b997531d55b64f9c112c969ec94a8b8e /apps/plugins/mpegplayer/mpeg_parser.c | |
| parent | c1d8840b3151b5c6793f4ade09b9a17b05dbaded (diff) | |
| download | rockbox-92f602f48f43843a61529ad83c2a95e94ec93627.zip rockbox-92f602f48f43843a61529ad83c2a95e94ec93627.tar.gz rockbox-92f602f48f43843a61529ad83c2a95e94ec93627.tar.bz2 rockbox-92f602f48f43843a61529ad83c2a95e94ec93627.tar.xz | |
mpeg_parser: fix a typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28964 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_parser.c')
| -rw-r--r-- | apps/plugins/mpegplayer/mpeg_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_parser.c b/apps/plugins/mpegplayer/mpeg_parser.c index 572bd1b..7c7b0c3 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;) { |