]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
always a bit more
authorRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 10:31:48 +0000 (10:31 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 10 May 2004 10:31:48 +0000 (10:31 +0000)
svn:r1844

src/or/or.h

index 9547fcc2c94f3d40dcb82c50e1f6d6f86f3128d0..42ec606ca80e8fa52a09a05bc2e93ce1b445138d 100644 (file)
@@ -628,11 +628,11 @@ typedef struct crypt_path_t crypt_path_t;
 
 /** Information used to build a circuit. */
 typedef struct {
-  /** intended length of the final circuit. */
+  /** Intended length of the final circuit. */
   int desired_path_len;
-  /** nickname of planned exit node. */
+  /** Nickname of planned exit node. */
   char *chosen_exit;
-  /** crypt_path_t to append after rendezvous: used for rendezvous. */
+  /** The crypt_path_t to append after rendezvous: used for rendezvous. */
   struct crypt_path_t *pending_final_cpath;
   /** How many times has building a circuit for this task failed? */
   int failure_count;