mp_ring: fix comment typo

This commit is contained in:
Stefano Pigozzi 2013-11-22 18:19:03 +01:00
parent a8976464ca
commit 1748928e45
1 changed files with 1 additions and 1 deletions

View File

@ -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;