Преглед изворни кода

fix a copy-pasta issue from long ago

Roger Dingledine пре 6 година
родитељ
комит
3247518f22
1 измењених фајлова са 1 додато и 1 уклоњено
  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.