summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-09 19:03:17 +0200
committerwm4 <wm4@nowhere>2014-04-09 19:03:17 +0200
commit4c4c7bdeda910feaa75205b6bb43819a605855e2 (patch)
treead63867aa1f6c4cdf6da1436030f9a883688ed8f /stream
parentd6c4b35b0b89900cbfc521639a9750ed539ffab5 (diff)
downloadmpv-4c4c7bdeda910feaa75205b6bb43819a605855e2.tar.bz2
mpv-4c4c7bdeda910feaa75205b6bb43819a605855e2.tar.xz
cache: fix typo in comment
Diffstat (limited to 'stream')
-rw-r--r--stream/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 8f17f981e8..e69f6db0fb 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -93,7 +93,7 @@ struct priv {
int64_t min_filepos; // range of file that is cached in the buffer
int64_t max_filepos; // ... max_filepos being the last read position
bool eof; // true if max_filepos = EOF
- int64_t offset; // buffer[offset] correponds to max_filepos
+ int64_t offset; // buffer[offset] corresponds to max_filepos
bool idle; // cache thread has stopped reading
int64_t reads; // number of actual read attempts performed