diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 09:13:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 09:13:30 +0000 |
commit | 9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa (patch) | |
tree | 5e16818b5118d3cef4ccb24ba035879a7562dc02 /src/or/circuitbuild.c | |
parent | a339449a41fb4d05f9c996df457ba03093d43502 (diff) | |
download | tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar.gz |
finish poking and prodding. i'm all happy now.
svn:r8633
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index caed74c89..d59d4fa67 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -218,7 +218,7 @@ circuit_log_path(int severity, unsigned int domain, origin_circuit_t *circ) * extended; the _first_ hop that isn't open (if any) is marked as * unable to extend. */ -/* XXXX Someday we should learn from or circuits too. */ +/* XXXX Someday we should learn from OR circuits too. */ void circuit_rep_hist_note_result(origin_circuit_t *circ) { |