Explorar el Código

fix a typo that was confusing me

svn:r6319
Roger Dingledine hace 20 años
padre
commit
de8ce0aae8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -918,7 +918,7 @@ typedef struct networkstatus_t {
                                        * recommends client and server software
                                        * recommends client and server software
                                        * versions. */
                                        * 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. */
                          * sorted by identity_digest. */
 } networkstatus_t;
 } networkstatus_t;