[or-cvs] r14405: Fix a pair of comments (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Tue Apr 22 15:20:46 UTC 2008


Author: weasel
Date: 2008-04-22 11:20:46 -0400 (Tue, 22 Apr 2008)
New Revision: 14405

Modified:
   tor/trunk/src/or/or.h
Log:
Fix a pair of comments

Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h	2008-04-21 19:34:36 UTC (rev 14404)
+++ tor/trunk/src/or/or.h	2008-04-22 15:20:46 UTC (rev 14405)
@@ -1464,10 +1464,10 @@
                                         * used by this voter. */
   char *signature; /**< Signature from this voter. */
   int signature_len; /**< Length of <b>signature</b> */
-  unsigned int bad_signature : 1; /**< Set to true if we've verified the sig
-                                   * as good. */
-  unsigned int good_signature : 1; /**< Set to true if we've tried to verify
-                                    * the sig, and we know it's bad. */
+  unsigned int bad_signature : 1; /**< Set to true if we've tried to verify
+                                   * the sig, and we know it's bad. */
+  unsigned int good_signature : 1; /**< Set to true if we've verified the sig
+                                     * as good. */
 } networkstatus_voter_info_t;
 
 /** A common structure to hold a v3 network status vote, or a v3 network



More information about the tor-commits mailing list