Commit 4e3c58cd authored by Mikio Hara's avatar Mikio Hara Committed by Andrew Gerrand

net: fix comment

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2358041
parent 8b905489
...@@ -57,8 +57,7 @@ type ipStringTest struct { ...@@ -57,8 +57,7 @@ type ipStringTest struct {
} }
var ipstringtests = []ipStringTest{ var ipstringtests = []ipStringTest{
// cf. draft-ietf-6man-text-addr-representation-07 // cf. RFC 5952 (A Recommendation for IPv6 Address Text Representation)
// (A Recommendation for IPv6 Address Text Representation)
ipStringTest{IP{0x20, 0x1, 0xd, 0xb8, 0, 0, 0, 0, ipStringTest{IP{0x20, 0x1, 0xd, 0xb8, 0, 0, 0, 0,
0, 0, 0x1, 0x23, 0, 0x12, 0, 0x1}, 0, 0, 0x1, 0x23, 0, 0x12, 0, 0x1},
"2001:db8::123:12:1"}, "2001:db8::123:12:1"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment