From c95f99ab55b37e66a511ddc2e3b952d5040a1261 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 18 Oct 2016 05:32:30 -0500 Subject: [PATCH] Missing bracket --- ldns/resolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldns/resolver.h b/ldns/resolver.h index d19061f3..a0370abf 100644 --- a/ldns/resolver.h +++ b/ldns/resolver.h @@ -719,7 +719,7 @@ ldns_status ldns_resolver_new_frm_fp_l(ldns_resolver **r, FILE *fp, int *line_nr /** * Configure a resolver by means of a resolv.conf file * The file may be NULL in which case there will be - * looked the RESOLV_CONF (defaults to /etc/resolv.conf + * looked the RESOLV_CONF (defaults to /etc/resolv.conf) * \param[out] r the new resolver * \param[in] filename the filename to use * \return LDNS_STATUS_OK or the error -- 2.47.3