diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-10 23:00:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-10 23:00:11 +0000 |
commit | 45cc25c0196aea33bfd207123cf2e128114dafd2 (patch) | |
tree | def4da10fb16bf5eba771fb3582e3227780b2a94 /src/or/relay.c | |
parent | 67a1658da505035c007d7bc7800e395777889a8e (diff) | |
download | tor-45cc25c0196aea33bfd207123cf2e128114dafd2.tar.gz tor-45cc25c0196aea33bfd207123cf2e128114dafd2.zip |
minor fixes and notes
svn:r15111
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 33ee055cea..2fd557a0de 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -1289,7 +1289,7 @@ uint64_t stats_n_data_bytes_received = 0; * and the appropriate package windows aren't empty, grab a cell * and send it down the circuit. * - * Return -1 (and send a RELAY_END cell if necessary) if conn should + * Return -1 (and send a RELAY_COMMAND_END cell if necessary) if conn should * be marked for close, else return 0. */ int |