ringbufindex: fix a typo in a comment

pull/2/head
Yasuyuki Tanaka 2017-01-11 21:13:16 +01:00
parent 8df0f7dd01
commit baaa3da23e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ int ringbufindex_peek_put(const struct ringbufindex *r);
/* Remove the first element and return its index */
int ringbufindex_get(struct ringbufindex *r);
/* Return the index of the first element
* (which will be removed if calling ringbufindex_peek) */
* (which will be removed if calling ringbufindex_get) */
int ringbufindex_peek_get(const struct ringbufindex *r);
/* Return the ring buffer size */
int ringbufindex_size(const struct ringbufindex *r);