From: Andrea Shepard Date: Thu, 13 Oct 2016 23:47:08 +0000 (+0000) Subject: Adjust comment per code review X-Git-Tag: tor-0.3.0.1-alpha~232^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca605e763e0f869a578da5fc46a4cac8e9a3f72;p=thirdparty%2Ftor.git Adjust comment per code review --- diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index b1db8ee893..745dc2428f 100644 --- a/src/or/entrynodes.c +++ b/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;