Explorar el Código

fix a copy-pasta issue from long ago

Roger Dingledine hace 6 años
padre
commit
3247518f22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -3607,7 +3607,7 @@ routerstatus_describe(const routerstatus_t *rs)
   return routerstatus_get_description(buf, rs);
 }
 
-/** Return a human-readable description of the extend_info_t <b>ri</b>.
+/** Return a human-readable description of the extend_info_t <b>ei</b>.
  *
  * This function is not thread-safe.  Each call to this function invalidates
  * previous values returned by this function.