diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_edge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 97c995a34..9c4e7a399 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2630,7 +2630,8 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ) } /** - * Called when we receive a RELAY_RESOLVE cell 'cell' along the circuit 'circ'; + * Called when we receive a RELAY_COMMAND_RESOLVE cell 'cell' along the + * circuit <b>circ</b>; * begin resolving the hostname, and (eventually) reply with a RESOLVED cell. */ int |