mirror of
https://github.com/golang/go
synced 2024-11-26 14:26:51 -07:00
net: fix some typos in comments
Change-Id: I1bf1ab930a5c258f5fcc85ca3037692c71bf3cb2 Reviewed-on: https://go-review.googlesource.com/2870 Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com> Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
1d890ac0b2
commit
fdb855420b
@ -57,13 +57,13 @@ var specialDomainNameTests = []struct {
|
||||
qtype uint16
|
||||
rcode int
|
||||
}{
|
||||
// Name resoltion APIs and libraries should not recongnize the
|
||||
// Name resolution APIs and libraries should not recognize the
|
||||
// followings as special.
|
||||
{"1.0.168.192.in-addr.arpa.", dnsTypePTR, dnsRcodeNameError},
|
||||
{"test.", dnsTypeALL, dnsRcodeNameError},
|
||||
{"example.com.", dnsTypeALL, dnsRcodeSuccess},
|
||||
|
||||
// Name resoltion APIs and libraries should recongnize the
|
||||
// Name resolution APIs and libraries should recognize the
|
||||
// followings as special and should not send any queries.
|
||||
// Though, we test those names here for verifying nagative
|
||||
// answers at DNS query-response interaction level.
|
||||
|
Loading…
Reference in New Issue
Block a user