Skip to content

Commit

Permalink
ringbufindex: fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yatch committed Mar 9, 2017
1 parent 8df0f7d commit baaa3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/ringbufindex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit baaa3da

Please sign in to comment.