summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2018-03-11 13:53:09 -0700
committerKevin Mitchell <kevmitch@gmail.com>2018-03-11 22:13:12 -0700
commit4961682f1e103fb862e03d2baefaf55e7b6acc43 (patch)
tree4ac71ec7f1784ba2b664975b25fd7f74ff7ed010
parent7d0285b5bb237352fe741e971f8383ec40a8430d (diff)
downloadmpv-4961682f1e103fb862e03d2baefaf55e7b6acc43.tar.bz2
mpv-4961682f1e103fb862e03d2baefaf55e7b6acc43.tar.xz
demux: fix comment typo
-rw-r--r--demux/demux.c2
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)
{