]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Fix typos in documenation
authorerdgeist <>
Mon, 12 Nov 2007 17:26:01 +0000 (17:26 +0000)
committererdgeist <>
Mon, 12 Nov 2007 17:26:01 +0000 (17:26 +0000)
ot_fullscrape.c

index 052777a05bb8692a20b64c26972c817d3d37934d..8d4797a0601a223702af28b26db6ee87dacd5897 100644 (file)
@@ -27,13 +27,13 @@ size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovecto
   int    bucket;
   char  *r, *re;
 
-  /* Setup return vector */
+  /* Setup return vector... */
   *iovec_entries = 0;
   if( !( r = iovec_increase( iovec_entries, iovector, OT_SCRAPE_CHUNK_SIZE ) ) )
     return 0;
 
-  /* ... and pointer end of current output buffer
-     this works as a low watermark */
+  /* ... and pointer to end of current output buffer.
+     This works as a low watermark */
   re = r + OT_SCRAPE_CHUNK_SIZE;
 
   /* Start reply dictionary */