fix a typo that was confusing me

svn:r6319
This commit is contained in:
Roger Dingledine 2006-04-08 06:55:10 +00:00
parent cbc7883fcd
commit de8ce0aae8

View File

@ -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;