]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adjust comment per code review
authorAndrea Shepard <andrea@torproject.org>
Thu, 13 Oct 2016 23:47:08 +0000 (23:47 +0000)
committerAndrea Shepard <andrea@torproject.org>
Thu, 13 Oct 2016 23:47:08 +0000 (23:47 +0000)
src/or/entrynodes.c

index b1db8ee893b8e40735974f2c942c31bbb04d60e9..745dc2428fc62deab02d0c813ee0de8f436c50dc 100644 (file)
@@ -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;