[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix a typo that was confusing me
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
or.h
Log Message:
fix a typo that was confusing me
Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.820
retrieving revision 1.821
diff -u -p -d -r1.820 -r1.821
--- or.h 8 Apr 2006 05:43:52 -0000 1.820
+++ or.h 8 Apr 2006 06:55:10 -0000 1.821
@@ -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;