]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 25 Feb 2016 00:55:40 +0000 (09:55 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 25 Feb 2016 03:11:55 +0000 (03:11 +0000)
Change-Id: Ic828256efe0f50a3e11a25d85092d7531b342d2e
Reviewed-on: https://go-review.googlesource.com/19873
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/main_noconf_test.go

index a3a3d6e2ee53de277ba2c9b9ba9580600d874694..ce978365dcb1f6230e245ca288996c0624f96430 100644 (file)
@@ -8,7 +8,7 @@ package net
 
 import "runtime"
 
-// See main_unix_test.go for what these (don't) do.
+// See main_conf_test.go for what these (don't) do.
 func forceGoDNS() func() {
        switch runtime.GOOS {
        case "plan9", "windows":
@@ -18,5 +18,5 @@ func forceGoDNS() func() {
        }
 }
 
-// See main_unix_test.go for what these (don't) do.
+// See main_conf_test.go for what these (don't) do.
 func forceCgoDNS() func() { return nil }