summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-15 07:50:07 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-03 17:34:42 +1100
commit3a24364a6920ebe17c564cc432e0422ce78fbaed (patch)
tree01bc4cf821cfc5cb5a3446364ab5aa18ae035c26
parent1949908d134bb3764b0049be64f170f473f22fd8 (diff)
downloadtor-3a24364a6920ebe17c564cc432e0422ce78fbaed.tar.gz
tor-3a24364a6920ebe17c564cc432e0422ce78fbaed.zip
Fix typos in microdesc_t and node_t comments
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 89c539817f..6b5bd86761 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2333,7 +2333,7 @@ typedef struct microdesc_t {
curve25519_public_key_t *onion_curve25519_pkey;
/** Ed25519 identity key, if included. */
ed25519_public_key_t *ed25519_identity_pkey;
- /** As routerinfo_t.ipv6_add */
+ /** As routerinfo_t.ipv6_addr */
tor_addr_t ipv6_addr;
/** As routerinfo_t.ipv6_orport */
uint16_t ipv6_orport;
@@ -2351,7 +2351,7 @@ typedef struct microdesc_t {
* Specifically, a node_t is a Tor router as we are using it: a router that
* we are considering for circuits, connections, and so on. A node_t is a
* thin wrapper around the routerstatus, routerinfo, and microdesc for a
- * single wrapper, and provides a consistent interface for all of them.
+ * single router, and provides a consistent interface for all of them.
*
* Also, a node_t has mutable state. While a routerinfo, a routerstatus,
* and a microdesc have[*] only the information read from a router