From fdba26f21329acd97f16aac91dcf3014f29de3f6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 14 Aug 2008 18:01:09 +0000 Subject: [PATCH] minor comment/doxygen fix svn:r16548 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/or.h b/src/or/or.h index 714f148938..7dc0de138f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1398,7 +1398,7 @@ typedef struct routerstatus_t { * an exit node. */ unsigned int is_bad_directory:1; /**< Do we think this directory is junky, * underpowered, or otherwise useless? */ - unsigned int is_hs_dir:1; /** True iff this router is a v2-or-later hidden + unsigned int is_hs_dir:1; /**< True iff this router is a v2-or-later hidden * service directory. */ /** True iff we know version info for this router. (i.e., a "v" entry was * included.) We'll replace all these with a big tor_version_t or a char[]