From: Mikio Hara Date: Wed, 6 Oct 2010 10:47:25 +0000 (+1100) Subject: net: fix comment X-Git-Tag: weekly.2010-10-13~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4e3c58cd62597001691118ba40ec6f0d678c361e;p=gostls13.git net: fix comment R=golang-dev, adg CC=golang-dev https://golang.org/cl/2358041 --- diff --git a/src/pkg/net/ip_test.go b/src/pkg/net/ip_test.go index 9f30f14767..d237e53291 100644 --- a/src/pkg/net/ip_test.go +++ b/src/pkg/net/ip_test.go @@ -57,8 +57,7 @@ type ipStringTest struct { } var ipstringtests = []ipStringTest{ - // cf. draft-ietf-6man-text-addr-representation-07 - // (A Recommendation for IPv6 Address Text Representation) + // cf. RFC 5952 (A Recommendation for IPv6 Address Text Representation) ipStringTest{IP{0x20, 0x1, 0xd, 0xb8, 0, 0, 0, 0, 0, 0, 0x1, 0x23, 0, 0x12, 0, 0x1}, "2001:db8::123:12:1"},