summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-21 07:53:21 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-21 07:53:21 +0000
commit5a26359e04ec807d0fc8d03842fa293eddb25201 (patch)
treeb33494c33e2d192286cd0a79d1ca5cd3a51526cd
parentfda47492d07aedcb7d4b2895272c3dd9b379e286 (diff)
downloadtor-5a26359e04ec807d0fc8d03842fa293eddb25201.tar.gz
tor-5a26359e04ec807d0fc8d03842fa293eddb25201.zip
tweak
svn:r6799
-rw-r--r--trunk/src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/or/dirserv.c b/trunk/src/or/dirserv.c
index 48e01f8bcf..c17bbafe80 100644
--- a/trunk/src/or/dirserv.c
+++ b/trunk/src/or/dirserv.c
@@ -881,7 +881,7 @@ static digestmap_t *cached_v2_networkstatus = NULL;
* <b>directory</b> published on <b>when</b>, unless <b>when</b> is older than
* the last value, or too far in the future.
*
- * Does not copy <b>directory</b>; free it if it isn't used.
+ * Does not copy <b>directory</b>; frees it if it isn't used.
*/
static void
set_cached_dir(cached_dir_t *d, char *directory, time_t when)