diff options
author | Linus Nordberg <linus@torproject.org> | 2012-08-31 23:02:19 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-04 12:51:08 -0400 |
commit | c76a332887c2f793fd66bd02accb05a7bb0d9f83 (patch) | |
tree | 1c2e8443773ff0ccb208736dde8d19b97b88c332 /src/or/nodelist.c | |
parent | 485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7 (diff) | |
download | tor-c76a332887c2f793fd66bd02accb05a7bb0d9f83.tar tor-c76a332887c2f793fd66bd02accb05a7bb0d9f83.tar.gz |
Fix a comment.
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r-- | 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 26f159319..b005d067c 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. |