From 25b8e972b044848da1a1f94cbd943702952102c0 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Fri, 2 Sep 2022 10:51:52 +0200 Subject: [PATCH] rfc typo --- src/net/dnsclient_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/dnsclient_unix.go b/src/net/dnsclient_unix.go index bf522e6b2869eb..2bf01b314cdeea 100644 --- a/src/net/dnsclient_unix.go +++ b/src/net/dnsclient_unix.go @@ -669,7 +669,7 @@ func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, network, name strin // We asked for recursion, so it should have included all the // answers we need in this one packet. // - // Further, RFC 1035 section 4.3.1 says that "the recursive + // Further, RFC 1034 section 4.3.1 says that "the recursive // response to a query will be... The answer to the query, // possibly preface by one or more CNAME RRs that specify // aliases encountered on the way to an answer."