aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-05 04:46:27 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-05 04:46:27 -0400
commit67065c3c0675114f09b065d442407c6890c369d8 (patch)
tree38ec8227ac75f3247df99d08bb3b628fc1326b22 /src/or/nodelist.c
parent746c4b3cdd54cab61e626965bd10ff600b4827e7 (diff)
downloadtor-67065c3c0675114f09b065d442407c6890c369d8.tar
tor-67065c3c0675114f09b065d442407c6890c369d8.tar.gz
minor typos i found while constructing the changelog
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r--src/or/nodelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index e35039bdb..b96491f5f 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -815,9 +815,9 @@ node_get_declared_family(const node_t *node)
* <b>node</b>, else 0.
*
* We prefer the IPv6 address if the router has an IPv6 address and
- * i) the node_t says that we do prefer IPv6
+ * i) the node_t says that it prefers IPv6
* or
- * ii) the router has no IPv4 address. */
+ * ii) the router has no IPv4 address. */
int
node_ipv6_preferred(const node_t *node)
{