Doc fix.
This commit is contained in:
parent
17b1e03130
commit
ddb2652b18
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ring_putc(struct ring *r, unsigned char c)
|
||||||
/*
|
/*
|
||||||
* Attempt to put SZ bytes from BUF into the ring buffer.
|
* Attempt to put SZ bytes from BUF into the ring buffer.
|
||||||
* Return space left in ring buffer when it fits, else don't change
|
* Return space left in ring buffer when it fits, else don't change
|
||||||
* the ring buffer and return how much space is missing.
|
* the ring buffer and return how much space is missing times -1.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
ring_putm(struct ring *r, void *buf, size_t sz)
|
ring_putm(struct ring *r, void *buf, size_t sz)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue