From: Roger Dingledine Date: Sun, 24 Jun 2018 22:08:24 +0000 (-0400) Subject: we've never been good at using "directory" well as a noun X-Git-Tag: tor-0.3.5.1-alpha~369 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73ae92dc52f94e36bc58cb0c00f615a575d27da8;p=thirdparty%2Ftor.git we've never been good at using "directory" well as a noun --- 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