Browse Source

fix comment

Roger Dingledine 15 years ago
parent
commit
734ba2f937
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -1294,7 +1294,7 @@ router_rebuild_descriptor(int force)
 
 
   if (router_pick_published_address(options, &addr) < 0) {
   if (router_pick_published_address(options, &addr) < 0) {
     /* Stop trying to rebuild our descriptor every second. We'll
     /* Stop trying to rebuild our descriptor every second. We'll
-     * learn that it's time to try again when server_has_changed_ip()
+     * learn that it's time to try again when ip_address_changed()
      * marks it dirty. */
      * marks it dirty. */
     desc_clean_since = time(NULL);
     desc_clean_since = time(NULL);
     return -1;
     return -1;