summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index c85aeffd73..2c78a35959 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -168,7 +168,7 @@ typedef struct stream {
// When reading more data from the stream, buf_start is advanced as old
// data is overwritten with new data.
// Example:
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// +===========================+---------------------------+
// + 05 06 07 08 | 01 02 03 04 + 05 06 07 08 | 01 02 03 04 +
// +===========================+---------------------------+