From 0c4731fb3b8ff6197fcfb6080c33dc3391122387 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 13 Nov 2025 17:29:41 +0100 Subject: [PATCH] Typos in comments Co-authored-by: Remi Gacogne Signed-off-by: Otto Moerbeek --- pdns/recursordist/rec-tcounters.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/rec-tcounters.hh b/pdns/recursordist/rec-tcounters.hh index a26a084eb6..77f477296d 100644 --- a/pdns/recursordist/rec-tcounters.hh +++ b/pdns/recursordist/rec-tcounters.hh @@ -274,13 +274,13 @@ struct Counters Counters() = default; // { - // // uint64Count field has initalizer + // // uint64Count field has initializer // // doubleWAvg has a default constructor that initializes - // // auth.RCodeCounters field is initalized + // // auth.RCodeCounters field is initialized // // Histogram has a constructor that initializes // // RecResponseStats has a default constructor that initializes // // dnssecCounters field is initialized - // // PolicyNameCounters has a default constuctor that initializes + // // PolicyNameCounters has a default constructor that initializes // } // Merge a set of counters into an existing set of counters. For simple counters, that will be additions -- 2.47.3