diff options
-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; |