summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-04 07:24:01 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-04 07:24:01 +0000
commitd112e7b1ad56ca8f1280572f8bb854a1ca74c2fd (patch)
treea18858b9fe5eefdad219e18518856571a86f339e /src/or/rendcommon.c
parentd9e7e456887e83c66a6e5886ed7cbb3c680c06e6 (diff)
downloadtor-d112e7b1ad56ca8f1280572f8bb854a1ca74c2fd.tar.gz
tor-d112e7b1ad56ca8f1280572f8bb854a1ca74c2fd.zip
fix some code comments, a wrapper, and add a todo item
svn:r10111
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r--src/or/rendcommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index ebc84eb2c0..aad37c00e8 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -233,8 +233,8 @@ rend_get_service_id(crypto_pk_env_t *pk, char *out)
/* ==== Rendezvous service descriptor cache. */
-/** How old do we let hidden service descriptors get discarding them as too
- * old? */
+/** How old do we let hidden service descriptors get before discarding
+ * them as too old? */
#define REND_CACHE_MAX_AGE (2*24*60*60)
/** How wrong do we assume our clock may be when checking whether hidden
* services are too old or too new? */