diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-26 09:27:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-26 09:27:36 +0000 |
commit | 97f748f680e75edf8dc6f965f0f80ef57c92a8db (patch) | |
tree | 02ac8ab828b5803203e73a2c35773ee70332a757 /src/or/or.h | |
parent | 652e1899ac913f9c1926d2a840a9c63cd8893bf7 (diff) | |
download | tor-97f748f680e75edf8dc6f965f0f80ef57c92a8db.tar.gz tor-97f748f680e75edf8dc6f965f0f80ef57c92a8db.zip |
clean up broken comment
svn:r5461
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index d68e6b38d9..cb0dbd8370 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -188,8 +188,8 @@ /** How often do we rotate TLS contexts? */ #define MAX_SSL_KEY_LIFETIME (120*60) -/** How old do we allow a router to get before removing it, either - * from the router list (for others)? In seconds. */ +/** How old do we allow a router to get before removing it + * from the router list? In seconds. */ #define ROUTER_MAX_AGE (60*60*24) /** How old do we let a saved descriptor get before removing it it? */ #define OLD_ROUTER_DESC_MAX_AGE (60*60*48) |