mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 23:26:27 +00:00
Fix typos in documenation
This commit is contained in:
parent
71e9ec887c
commit
3eb88c5cc6
@ -27,13 +27,13 @@ size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovecto
|
|||||||
int bucket;
|
int bucket;
|
||||||
char *r, *re;
|
char *r, *re;
|
||||||
|
|
||||||
/* Setup return vector */
|
/* Setup return vector... */
|
||||||
*iovec_entries = 0;
|
*iovec_entries = 0;
|
||||||
if( !( r = iovec_increase( iovec_entries, iovector, OT_SCRAPE_CHUNK_SIZE ) ) )
|
if( !( r = iovec_increase( iovec_entries, iovector, OT_SCRAPE_CHUNK_SIZE ) ) )
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* ... and pointer end of current output buffer
|
/* ... and pointer to end of current output buffer.
|
||||||
this works as a low watermark */
|
This works as a low watermark */
|
||||||
re = r + OT_SCRAPE_CHUNK_SIZE;
|
re = r + OT_SCRAPE_CHUNK_SIZE;
|
||||||
|
|
||||||
/* Start reply dictionary */
|
/* Start reply dictionary */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user