From d222f064d2ca4684af91f046eb29e9cacddb7050 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 12 Dec 2022 18:10:33 +0100 Subject: [PATCH] Typo in comment Co-authored-by: Remi Gacogne --- pdns/tcounters.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2