Skip to content

Commit 2efb579

Browse files
mateusz834neild
authored andcommitted
net: rfc number typo
Change-Id: I9cde2a82a395546d7620b5138cf922b2ac1c94b5 GitHub-Last-Rev: 25b8e97 GitHub-Pull-Request: #54835 Reviewed-on: https://go-review.googlesource.com/c/go/+/427834 Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 5b1fbfb commit 2efb579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/dnsclient_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, network, name strin
669669
// We asked for recursion, so it should have included all the
670670
// answers we need in this one packet.
671671
//
672-
// Further, RFC 1035 section 4.3.1 says that "the recursive
672+
// Further, RFC 1034 section 4.3.1 says that "the recursive
673673
// response to a query will be... The answer to the query,
674674
// possibly preface by one or more CNAME RRs that specify
675675
// aliases encountered on the way to an answer."

0 commit comments

Comments
 (0)