diff --git a/veilid-core/src/routing_table/bucket_entry.rs b/veilid-core/src/routing_table/bucket_entry.rs index 2d768fec..2630b034 100644 --- a/veilid-core/src/routing_table/bucket_entry.rs +++ b/veilid-core/src/routing_table/bucket_entry.rs @@ -298,7 +298,7 @@ impl BucketEntryInner { // If we're updating an entry's node info, purge all // but the last connection in our last connections list // because the dial info could have changed and it's safer to just reconnect. - // The latest connection would have been the once we got the new node info + // The latest connection would have been the one we got the new node info // over so that connection is still valid. if node_info_changed { self.clear_last_connections_except_latest();