aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorMuhammed Uluyol <uluyol0@gmail.com>2016-03-05 23:51:25 -0500
committerBrad Fitzpatrick <bradfitz@golang.org>2016-03-06 07:07:01 +0000
commit1d40e2b14b67f74681d71255ae833c6748d47b3f (patch)
tree72586f2b087bf70dbd76449cadec040c261a3075 /src/debug
parent786a2ef380f662ecdd7e089b59f9ce075a24ef42 (diff)
downloadgo-1d40e2b14b67f74681d71255ae833c6748d47b3f.tar.xz
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Change-Id: Iadb4aa016a7b361d01827787dbc59164d5d147f2 Reviewed-on: https://go-review.googlesource.com/20291 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/gosym/symtab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go
index bde4cc7ac5..49e154fd8e 100644
--- a/src/debug/gosym/symtab.go
+++ b/src/debug/gosym/symtab.go
@@ -8,7 +8,7 @@
package gosym
// The table format is a variant of the format used in Plan 9's a.out
-// format, documented at http://plan9.bell-labs.com/magic/man2html/6/a.out.
+// format, documented at https://9p.io/magic/man2html/6/a.out.
// The best reference for the differences between the Plan 9 format
// and the Go format is the runtime source, specifically ../../runtime/symtab.c.