Adjust comment per code review

This commit is contained in:
Andrea Shepard 2016-10-13 23:47:08 +00:00
parent 8b4d961f08
commit fca605e763

View File

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