From 4961682f1e103fb862e03d2baefaf55e7b6acc43 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sun, 11 Mar 2018 13:53:09 -0700 Subject: demux: fix comment typo --- demux/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3