diff options
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r-- | src/runtime/runtime2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index 64b2d03a92..0132766dd0 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -496,7 +496,7 @@ const ( ) // Layout of in-memory per-function information prepared by linker -// See http://golang.org/s/go12symtab. +// See https://golang.org/s/go12symtab. // Keep in sync with linker // and with package debug/gosym and with symtab.go in package runtime. type _func struct { |