diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-10 04:34:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-10 04:34:48 +0000 |
commit | 81922a125ca17d6d46a378f9e7bf609d884524c2 (patch) | |
tree | 086e0919f6f039963320870bc74270dcd98e6ae6 /src/or/rendclient.c | |
parent | 397466a23d0ce16f007cffccc9bf812bd4a56ef5 (diff) | |
download | tor-81922a125ca17d6d46a378f9e7bf609d884524c2.tar.gz tor-81922a125ca17d6d46a378f9e7bf609d884524c2.zip |
More doxygenation.
svn:r1832
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index ef3139e07a..796f3a2d60 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -218,7 +218,7 @@ rend_client_introduction_acked(circuit_t *circ, /** If we are not currently fetching a rendezvous service descriptor - * for the service ID 'query', start a directory connection to fetch a + * for the service ID <b>query</b>, start a directory connection to fetch a * new one. */ void |