commit c76a332887c2f793fd66bd02accb05a7bb0d9f83 Author: Linus Nordberg linus@torproject.org Date: Fri Aug 31 23:02:19 2012 +0200
Fix a comment. --- src/or/nodelist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/nodelist.c b/src/or/nodelist.c index 26f1593..b005d06 100644 --- a/src/or/nodelist.c +++ b/src/or/nodelist.c @@ -196,7 +196,7 @@ nodelist_add_microdesc(microdesc_t *md) return node; }
-/** Tell the nodelist that the current usable consensus to <b>ns</b>. +/** Tell the nodelist that the current usable consensus is <b>ns</b>. * This makes the nodelist change all of the routerstatus entries for * the nodes, drop nodes that no longer have enough info to get used, * and grab microdescriptors into nodes as appropriate.