summaryrefslogtreecommitdiff
path: root/src/runtime/sys_x86.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sys_x86.go')
-rw-r--r--src/runtime/sys_x86.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_x86.go b/src/runtime/sys_x86.go
index 30ddbfb5a7..3f0771fe0c 100644
--- a/src/runtime/sys_x86.go
+++ b/src/runtime/sys_x86.go
@@ -45,7 +45,7 @@ func rewindmorestack(buf *gobuf) {
// buf.pc, so that when we return we will execute
// the jump instruction and carry on. This means that
// stack unwinding may not work entirely correctly
- // (http://golang.org/issue/5723) but the user is
+ // (https://golang.org/issue/5723) but the user is
// running under gdb anyhow.
return
}