summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-08 06:55:10 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-08 06:55:10 +0000
commitde8ce0aae84d31002414c9a1185d2595d5439198 (patch)
tree40135353bd23de8c142f240cc782ac022d63b84d
parentcbc7883fcd9bc560fd8dc96d2bf5393ab346dd3f (diff)
downloadtor-de8ce0aae84d31002414c9a1185d2595d5439198.tar.gz
tor-de8ce0aae84d31002414c9a1185d2595d5439198.zip
fix a typo that was confusing me
svn:r6319
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0310acade1..0e0e13ad59 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -918,7 +918,7 @@ typedef struct networkstatus_t {
* recommends client and server software
* versions. */
- smartlist_t *entries; /**< List of router_status_t*. This list is kept
+ smartlist_t *entries; /**< List of routerstatus_t*. This list is kept
* sorted by identity_digest. */
} networkstatus_t;