]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Close rogue <b>s
authorNick Mathewson <nickm@torproject.org>
Mon, 10 May 2004 07:27:29 +0000 (07:27 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 May 2004 07:27:29 +0000 (07:27 +0000)
svn:r1838

src/or/buffers.c
src/or/rendservice.c

index 85921e3b501e07310440c59d0972bf76a7516f3c..b15e43028e4eb106c0706254725929ac60a39ad5 100644 (file)
@@ -172,7 +172,7 @@ void buf_free(buf_t *buf) {
   tor_free(buf);
 }
 
-/** Read from socket <b>s</s>, writing onto end of <b>buf</b>.  Read at most
+/** Read from socket <b>s</b>, writing onto end of <b>buf</b>.  Read at most
  * <b>at_most</b> bytes, resizing the buffer as necessary.  If read()
  * returns 0, set <b>*reached_eof</b> to 1 and return 0. Return -1 on error;
  * else return the number of bytes read.  Return 0 if read() would
index a84b6f38c7d00862827e48d9aaf09af6083059cf..210685397454ce96b4418572edf537109b3e9191 100644 (file)
@@ -78,7 +78,7 @@ static void rend_service_free_all(void)
   rend_service_list = smartlist_create();
 }
 
-/** Validate <b>service<b> and add it to rend_service_list if possible.
+/** Validate <b>service</b> and add it to rend_service_list if possible.
  */
 static void add_service(rend_service_t *service)
 {
@@ -894,7 +894,7 @@ rend_service_dump_stats(int severity)
   }
 }
 
-/** Given <b>conn</a>, a rendezvous exit stream, look up the hidden service for
+/** Given <b>conn</b>, a rendezvous exit stream, look up the hidden service for
  * 'circ', and look up the port and address based on conn-\>port.
  * Assign the actual conn-\>addr and conn-\>port. Return -1 if failure,
  * or 0 for success.