diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-10 07:27:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-10 07:27:29 +0000 |
commit | 720281b32e521bcc3fda07f7ce7b9453809ddd83 (patch) | |
tree | 1f717f411a0f23ec21ead1278cf1cacfebacb8e4 /src/or/buffers.c | |
parent | d9fa234fd9b4922c70c023ad08e9854459117640 (diff) | |
download | tor-720281b32e521bcc3fda07f7ce7b9453809ddd83.tar.gz tor-720281b32e521bcc3fda07f7ce7b9453809ddd83.zip |
Close rogue <b>s
svn:r1838
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 85921e3b50..b15e43028e 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -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 |