diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-01-04 21:28:20 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-01-04 21:28:20 +0000 |
| commit | 95e6e317032a091fbaaff11d33c6e64a76076af4 (patch) | |
| tree | ea9b37e787d6d4d5998a4cbf6756463968700413 /apps/plugins/mpegplayer/mpeg_parser.c | |
| parent | 60aa8be357dd7ec5a347f6732576d28eda7940e3 (diff) | |
| download | rockbox-95e6e317032a091fbaaff11d33c6e64a76076af4.zip rockbox-95e6e317032a091fbaaff11d33c6e64a76076af4.tar.gz rockbox-95e6e317032a091fbaaff11d33c6e64a76076af4.tar.bz2 rockbox-95e6e317032a091fbaaff11d33c6e64a76076af4.tar.xz | |
Fix another comment typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28969 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 771d25c..cc57b0c 100644 --- a/apps/plugins/mpegplayer/mpeg_parser.c +++ b/apps/plugins/mpegplayer/mpeg_parser.c @@ -291,7 +291,7 @@ static bool init_times(struct stream *str) tmp_str.hdr.pos = 0; tmp_str.hdr.limit = max_probe; - /* Probe for many for the start because some stamps could be anoamlous. + /* Probe for many for the start because some stamps could be anomalous. * Video also can also have things out of order. Just see what it's got. */ while (1) |