From de8ce0aae84d31002414c9a1185d2595d5439198 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 8 Apr 2006 06:55:10 +0000 Subject: fix a typo that was confusing me svn:r6319 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/or.h b/src/or/or.h index 0310acade..0e0e13ad5 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; -- cgit v1.2.3