소스 검색

always a bit more

svn:r1844
Roger Dingledine 21 년 전
부모
커밋
83f06dcc97
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/or/or.h

+ 3 - 3
src/or/or.h

@@ -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;