summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-07 14:49:41 +0100
committerwm4 <wm4@nowhere>2019-11-07 22:53:13 +0100
commit53f17a71f4bd33fdc2fc08b72138f477e8e02639 (patch)
tree3ad9462352db09cb3256fd911896279cbc6ef8be /stream/stream.c
parent12d17610645c1d1c2d5bd92cd66a604bb2c754dd (diff)
downloadmpv-53f17a71f4bd33fdc2fc08b72138f477e8e02639.tar.bz2
mpv-53f17a71f4bd33fdc2fc08b72138f477e8e02639.tar.xz
stream: fix typos in a comments
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 136050c265..fdaecf9ec8 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -203,7 +203,7 @@ static const char *match_proto(const char *url, const char *proto)
}
// Read len bytes from the start position, and wrap around as needed. Limit the
-// a actually read data to the size of the buffer. Return amount of copied bytes.
+// actually read data to the size of the buffer. Return amount of copied bytes.
// len: max bytes to copy to dst
// pos: index into s->buffer[], e.g. s->buf_start is byte 0
// returns: bytes copied to dst (limited by len and available buffered data)