]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix comment
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 6 Oct 2010 10:47:25 +0000 (21:47 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 6 Oct 2010 10:47:25 +0000 (21:47 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2358041

src/pkg/net/ip_test.go

index 9f30f14767ba3dea253c028a3a77b023021ac19b..d237e53291f6c7e30226d2819f5b0f4b0fa6a34b 100644 (file)
@@ -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"},