From 0b412bb60b8fe225aecca8747dfb460152cffa33 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 9 Jul 2017 00:56:07 -0700 Subject: misc/ring: fix comment typo --- misc/ring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/ring.c b/misc/ring.c index 3262fc1cd6..58918a40a4 100644 --- a/misc/ring.c +++ b/misc/ring.c @@ -27,8 +27,8 @@ struct mp_ring { uint8_t *buffer; - /* Positions of the first readable/writeable chunks. Do not read this - * fields but use the atomic private accessors `mp_ring_get_wpos` + /* Positions of the first readable/writeable chunks. Do not read these + * fields. Use the atomic private accessors `mp_ring_get_wpos` * and `mp_ring_get_rpos`. */ atomic_ullong rpos, wpos; }; -- cgit v1.2.3