]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pmpdec.c
silly typo fixes
[ffmpeg] / libavformat / pmpdec.c
index 6cdce107c4658d9471203681db9249d4a131a469..484be43ce91b6fed87349566c788863f0f12a842 100644 (file)
@@ -157,7 +157,7 @@ static int pmp_seek(AVFormatContext *s, int stream_idx, int64_t ts, int flags)
 {
     PMPContext *pmp = s->priv_data;
     pmp->cur_stream = 0;
-    // fallback to default seek now
+    // fall back on default seek now
     return -1;
 }