From: Linus Nordberg Date: Fri, 31 Aug 2012 21:02:19 +0000 (+0200) Subject: Fix a comment. X-Git-Tag: tor-0.2.4.1-alpha~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c76a332887c2f793fd66bd02accb05a7bb0d9f83;p=thirdparty%2Ftor.git Fix a comment. --- diff --git a/src/or/nodelist.c b/src/or/nodelist.c index 26f159319f..b005d067c8 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 ns. +/** Tell the nodelist that the current usable consensus is ns. * 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.