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