mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Adjust comment per code review
This commit is contained in:
parent
8b4d961f08
commit
fca605e763
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue