]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 12 Dec 2022 17:10:33 +0000 (18:10 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 17:10:33 +0000 (18:10 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/tcounters.hh

index 90e3cf17ba90e629e9a7a61dc2e9c9e78e559d2b..4fcef47f0df765e4ce70cab49aada85d30799054 100644 (file)
@@ -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