From: Otto Moerbeek Date: Mon, 12 Dec 2022 17:10:33 +0000 (+0100) Subject: Typo in comment X-Git-Tag: dnsdist-1.8.0-rc1~165^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d222f064d2ca4684af91f046eb29e9cacddb7050;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Remi Gacogne --- diff --git a/pdns/tcounters.hh b/pdns/tcounters.hh index 90e3cf17ba..4fcef47f0d 100644 --- a/pdns/tcounters.hh +++ b/pdns/tcounters.hh @@ -66,7 +66,7 @@ namespace pdns // thread T2 that increments "processed", it may happen that the value // of "processed" observed by sum() is higher than "received", as T1 // might not have called updateSnap() yet while T2 did. To avoid this -// inconsistentcy, be careful to update related counters in a single +// inconsistency, be careful to update related counters in a single // thread only. // For an example of the use of these templates, see rec-tcounters.hh