aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMateusz Poliwczak <mpoliwczak34@gmail.com>2022-09-02 08:58:16 +0000
committerDamien Neil <dneil@google.com>2022-09-02 19:00:13 +0000
commit2efb5792c3ba46f7f388130aafa79762d1b79c3d (patch)
treec3bb4bec9a754b5517d702e714ef2cba889876c1 /src
parent5b1fbfba1c00be5f2e9fd9e75fb7530f218fca40 (diff)
downloadgo-2efb5792c3ba46f7f388130aafa79762d1b79c3d.tar.xz
net: rfc number typo
Change-Id: I9cde2a82a395546d7620b5138cf922b2ac1c94b5 GitHub-Last-Rev: 25b8e972b044848da1a1f94cbd943702952102c0 GitHub-Pull-Request: golang/go#54835 Reviewed-on: https://go-review.googlesource.com/c/go/+/427834 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/net/dnsclient_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/dnsclient_unix.go b/src/net/dnsclient_unix.go
index bf522e6b28..2bf01b314c 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."