From 1748928e45124ffc50b6b4587c5e490f90b426f3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 22 Nov 2013 18:19:03 +0100 Subject: mp_ring: fix comment typo --- mpvcore/mp_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpvcore') diff --git a/mpvcore/mp_ring.c b/mpvcore/mp_ring.c index e6b8d12f9f..d310aa4f46 100644 --- a/mpvcore/mp_ring.c +++ b/mpvcore/mp_ring.c @@ -27,7 +27,7 @@ struct mp_ring { uint8_t *buffer; - /* Positions of thes first readable/writeable chunks. Do not read this + /* Positions of the first readable/writeable chunks. Do not read this * fields but use the atomic private accessors `mp_ring_get_wpos` * and `mp_ring_get_rpos`. */ uint32_t rpos, wpos; -- cgit v1.2.3