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
commit4d5fab4f9a101bebd8579735a956f25fd769b7b0 (patch)
tree7263f79a6af9ad875edcffc6f0b82a8cac896ad0
parent9283ddb7605a54d2f3cfc88348caaba809fb04bb (diff)
downloadtor-4d5fab4f9a101bebd8579735a956f25fd769b7b0.tar.gz
tor-4d5fab4f9a101bebd8579735a956f25fd769b7b0.zip
tweak
svn:r6799
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 48e01f8bcf..c17bbafe80 100644
--- a/src/or/dirserv.c
+++ b/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)