diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 00:50:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 00:50:39 +0000 |
commit | 06e5b2283c6b3b256f098191e7b86a44f00b2ccb (patch) | |
tree | 42facd018edd0278c2f4ef6777f9fd3afad8890f /src/or/circuitbuild.c | |
parent | 8ba5471de3c4b26f19f021ee8035c507dc1915f3 (diff) | |
download | tor-06e5b2283c6b3b256f098191e7b86a44f00b2ccb.tar tor-06e5b2283c6b3b256f098191e7b86a44f00b2ccb.tar.gz |
minor cleanups
svn:r8622
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index ee9b0ea51..9b2fd5bc4 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1816,7 +1816,7 @@ entry_guard_set_status(entry_guard_t *e, routerinfo_t *ri, return changed; } -/** Return true iff enought time has passed since we last tried connect to the +/** Return true iff enough time has passed since we last tried connect to the * unreachable guard <b>e</b> that we're willing to try again. */ static int entry_is_time_to_retry(entry_guard_t *e, time_t now) @@ -1896,7 +1896,7 @@ is_an_entry_guard(char *digest) } /** Dump a description of our list of entry guards to the log at level - * <b>severity</b> */ + * <b>severity</b>. */ static void log_entry_guards(int severity) { |