Commit 7c90abe2 authored by Mikio Hara's avatar Mikio Hara

net: fix typo

Change-Id: Ic828256efe0f50a3e11a25d85092d7531b342d2e
Reviewed-on: https://go-review.googlesource.com/19873Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent d2e1dae3
......@@ -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 }
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