demux: fix comment typo

This commit is contained in:
Aman Gupta 2018-03-11 13:53:09 -07:00 committed by Kevin Mitchell
parent 7d0285b5bb
commit 4961682f1e
1 changed files with 1 additions and 1 deletions

View File

@ -2489,7 +2489,7 @@ static void execute_cache_seek(struct demux_internal *in,
}
}
// Create a new blank ache range, and backup the old one. If the seekable
// Create a new blank cache range, and backup the old one. If the seekable
// demuxer cache is disabled, merely reset the current range to a blank state.
static void switch_to_fresh_cache_range(struct demux_internal *in)
{