[or-cvs] r16548: {tor} minor comment/doxygen fix (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Thu Aug 14 18:01:09 UTC 2008


Author: weasel
Date: 2008-08-14 14:01:09 -0400 (Thu, 14 Aug 2008)
New Revision: 16548

Modified:
   tor/trunk/src/or/or.h
Log:
minor comment/doxygen fix

Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h	2008-08-14 14:49:44 UTC (rev 16547)
+++ tor/trunk/src/or/or.h	2008-08-14 18:01:09 UTC (rev 16548)
@@ -1398,7 +1398,7 @@
                                * 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[]



More information about the tor-commits mailing list