diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-08 06:55:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-08 06:55:10 +0000 |
commit | de8ce0aae84d31002414c9a1185d2595d5439198 (patch) | |
tree | 40135353bd23de8c142f240cc782ac022d63b84d /src/or/or.h | |
parent | cbc7883fcd9bc560fd8dc96d2bf5393ab346dd3f (diff) | |
download | tor-de8ce0aae84d31002414c9a1185d2595d5439198.tar.gz tor-de8ce0aae84d31002414c9a1185d2595d5439198.zip |
fix a typo that was confusing me
svn:r6319
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
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; |