소스 검색

Adjust comment per code review

Andrea Shepard 9 년 전
부모
커밋
fca605e763
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/or/entrynodes.c

+ 2 - 2
src/or/entrynodes.c

@@ -77,8 +77,8 @@ struct guard_selection_s {
   int dirty;
 
   /**
-   * A list of our chosen entry guards; this preserves the pre-Prop271
-   * behavior.
+   * A list of our chosen entry guards, as entry_guard_t structures; this
+   * preserves the pre-Prop271 behavior.
    */
   smartlist_t *chosen_entry_guards;