[tor-commits] [tor/master] Adjust comment per code review
nickm at torproject.org
nickm at torproject.org
Wed Oct 19 21:16:05 UTC 2016
commit fca605e763e0f869a578da5fc46a4cac8e9a3f72
Author: Andrea Shepard <andrea at torproject.org>
Date: Thu Oct 13 23:47:08 2016 +0000
Adjust comment per code review
---
src/or/entrynodes.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index b1db8ee..745dc24 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;
More information about the tor-commits
mailing list