aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-06-24 18:08:24 -0400
committerRoger Dingledine <arma@torproject.org>2018-06-24 18:08:24 -0400
commit73ae92dc52f94e36bc58cb0c00f615a575d27da8 (patch)
treeda70dad820b13275aa69c7218c320ab07655a945 /src/or/dirserv.c
parenteb784aa9eaced1adb436d752ccdbeb2ff19c9e23 (diff)
downloadtor-73ae92dc52f94e36bc58cb0c00f615a575d27da8.tar.gz
tor-73ae92dc52f94e36bc58cb0c00f615a575d27da8.zip
we've never been good at using "directory" well as a noun
Diffstat (limited to 'src/or/dirserv.c')
-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 077135841f..8c26311710 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -49,7 +49,7 @@
/**
* \file dirserv.c
* \brief Directory server core implementation. Manages directory
- * contents and generates directories.
+ * contents and generates directory documents.
*
* This module implements most of directory cache functionality, and some of
* the directory authority functionality. The directory.c module delegates