aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-02-07 12:22:29 -0500
committerRoger Dingledine <arma@torproject.org>2018-02-07 12:22:29 -0500
commita7440d9c9df1141a5ff52c1358bc28a8bb27bea3 (patch)
treeeab3a60021db7ade469173cb0c4c6076368b0dd0 /src/or/rendservice.c
parent78382d557ab3da0b11f4fbda829f463067fc808f (diff)
downloadtor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.tar.gz
tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.zip
more fixes for typos, grammar, whitespace, etc
some of these ought to have been noticed by the "misspell" tool, so if anybody is debugging it, here are some bug reports :)
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index b07a7a7a7f..cc22429777 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -4286,7 +4286,7 @@ rend_service_dump_stats(int severity)
}
/** 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.
+ * <b>circ</b>, and look up the port and address based on conn-\>port.
* Assign the actual conn-\>addr and conn-\>port. Return -2 on failure
* for which the circuit should be closed, -1 on other failure,
* or 0 for success.