]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a comment.
authorLinus Nordberg <linus@torproject.org>
Fri, 31 Aug 2012 21:02:19 +0000 (23:02 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2012 16:51:08 +0000 (12:51 -0400)
src/or/nodelist.c

index 26f159319f70b77189071942c636f75939acb8c5..b005d067c8480b5c06fdeb52f577a8e8531ca58d 100644 (file)
@@ -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.