aboutsummaryrefslogtreecommitdiff
path: root/src/os/sys_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/sys_unix.go')
-rw-r--r--src/os/sys_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/sys_unix.go b/src/os/sys_unix.go
index 87f36cfa4a..3c63c10409 100644
--- a/src/os/sys_unix.go
+++ b/src/os/sys_unix.go
@@ -9,6 +9,6 @@ package os
// supportsCloseOnExec reports whether the platform supports the
// O_CLOEXEC flag.
// On Darwin, the O_CLOEXEC flag was introduced in OS X 10.7 (Darwin 11.0.0).
-// See http://support.apple.com/kb/HT1633.
+// See https://support.apple.com/kb/HT1633.
// On FreeBSD, the O_CLOEXEC flag was introduced in version 8.3.
const supportsCloseOnExec = true