summaryrefslogtreecommitdiff
path: root/src/runtime/proc1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/proc1.go')
-rw-r--r--src/runtime/proc1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc1.go b/src/runtime/proc1.go
index a048ded94c..909f655eaf 100644
--- a/src/runtime/proc1.go
+++ b/src/runtime/proc1.go
@@ -21,7 +21,7 @@ var (
// M must have an associated P to execute Go code, however it can be
// blocked or in a syscall w/o an associated P.
//
-// Design doc at http://golang.org/s/go11sched.
+// Design doc at https://golang.org/s/go11sched.
const (
// Number of goroutine ids to grab from sched.goidgen to local per-P cache at once.