summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
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)