]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in ipv{4,6}hints comment 16257/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 14 Oct 2025 11:12:11 +0000 (13:12 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 14 Oct 2025 11:13:06 +0000 (13:13 +0200)
Signed-off-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
pdns/svc-records.hh

index eb39be8a619a8cd4c7d95897b10b8442018c0b26..a46547ccfa17810c348ed511793b2bf2aac1fb24 100644 (file)
@@ -62,7 +62,7 @@ class SvcParam {
   //! To create a multi-value SvcParam with key values (like mandatory)
   SvcParam(const SvcParamKey &key, std::set<SvcParamKey> &&value);
 
-  //! To create an ipv{4,6}hists SvcParam
+  //! To create an ipv{4,6}hints SvcParam
   SvcParam(const SvcParamKey &key, std::vector<ComboAddress> &&value);
 
   //! To create a tls-supported-groups SvcParam