Commit fdb85542 authored by Ian Lance Taylor's avatar Ian Lance Taylor

net: fix some typos in comments

Change-Id: I1bf1ab930a5c258f5fcc85ca3037692c71bf3cb2
Reviewed-on: https://go-review.googlesource.com/2870Reviewed-by: default avatarMikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: default avatarMinux Ma <minux@golang.org>
parent 1d890ac0
...@@ -57,13 +57,13 @@ var specialDomainNameTests = []struct { ...@@ -57,13 +57,13 @@ var specialDomainNameTests = []struct {
qtype uint16 qtype uint16
rcode int rcode int
}{ }{
// Name resoltion APIs and libraries should not recongnize the // Name resolution APIs and libraries should not recognize the
// followings as special. // followings as special.
{"1.0.168.192.in-addr.arpa.", dnsTypePTR, dnsRcodeNameError}, {"1.0.168.192.in-addr.arpa.", dnsTypePTR, dnsRcodeNameError},
{"test.", dnsTypeALL, dnsRcodeNameError}, {"test.", dnsTypeALL, dnsRcodeNameError},
{"example.com.", dnsTypeALL, dnsRcodeSuccess}, {"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. // followings as special and should not send any queries.
// Though, we test those names here for verifying nagative // Though, we test those names here for verifying nagative
// answers at DNS query-response interaction level. // answers at DNS query-response interaction level.
......
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