From 808f4d72fb8fa41ff46e762bd8ac2fae4bbee170 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 16 Feb 2024 23:30:59 +0800 Subject: [PATCH] storage_service: fix typos in comment Signed-off-by: Kefu Chai Closes scylladb/scylladb#17377 --- service/storage_service.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/storage_service.cc b/service/storage_service.cc index deb9813daf..89ef524b77 100644 --- a/service/storage_service.cc +++ b/service/storage_service.cc @@ -755,9 +755,9 @@ class storage_service::raft_ip_address_updater: public gms::i_endpoint_state_cha // Address map refused to update IP for the host_id, // this means prev_ip has higher generation than endpoint. // We can immediately remove endpoint from gossiper - // since it represents and old IP (before an IP change) + // since it represents an old IP (before an IP change) // for the given host_id. This is not strictly - // necessary, but it reduces the noice circulated + // necessary, but it reduces the noise circulated // in gossiper messages and allows for clearer // expectations of the gossiper state in tests.