From 33f72a6ef1af56f24e7eef5fa45198aba085c264 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 14 Oct 2025 13:12:11 +0200 Subject: [PATCH] Fix typo in ipv{4,6}hints comment Signed-off-by: Chris Hofstaedtler --- pdns/svc-records.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/svc-records.hh b/pdns/svc-records.hh index eb39be8a61..a46547ccfa 100644 --- a/pdns/svc-records.hh +++ b/pdns/svc-records.hh @@ -62,7 +62,7 @@ class SvcParam { //! To create a multi-value SvcParam with key values (like mandatory) SvcParam(const SvcParamKey &key, std::set &&value); - //! To create an ipv{4,6}hists SvcParam + //! To create an ipv{4,6}hints SvcParam SvcParam(const SvcParamKey &key, std::vector &&value); //! To create a tls-supported-groups SvcParam -- 2.47.3