From: Mikio Hara Date: Thu, 25 Feb 2016 00:55:40 +0000 (+0900) Subject: net: fix typo X-Git-Tag: go1.7beta1~1728 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7c90abe2062436d0e583184f1f38f97b7aab3c14;p=gostls13.git net: fix typo Change-Id: Ic828256efe0f50a3e11a25d85092d7531b342d2e Reviewed-on: https://go-review.googlesource.com/19873 Reviewed-by: Ian Lance Taylor --- diff --git a/src/net/main_noconf_test.go b/src/net/main_noconf_test.go index a3a3d6e2ee..ce978365dc 100644 --- a/src/net/main_noconf_test.go +++ b/src/net/main_noconf_test.go @@ -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 }