diff options
author | Aman Gupta <aman@tmm1.net> | 2018-03-11 13:53:09 -0700 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2018-03-11 22:13:12 -0700 |
commit | 4961682f1e103fb862e03d2baefaf55e7b6acc43 (patch) | |
tree | 4ac71ec7f1784ba2b664975b25fd7f74ff7ed010 /demux | |
parent | 7d0285b5bb237352fe741e971f8383ec40a8430d (diff) |
demux: fix comment typo
Diffstat (limited to 'demux')
-rw-r--r-- | demux/demux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux.c b/demux/demux.c index 6958900406..4d70938938 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -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) { |