aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorKoichi Shiraishi <zchee.io@gmail.com>2018-09-15 17:06:08 +0900
committerIan Lance Taylor <iant@golang.org>2018-09-15 14:31:12 +0000
commit0670b28bf031c5f33ca9831ee894e67bcd79c64c (patch)
tree4436912513aa1c44a9235a30e2761ed66f31aaf8 /src/runtime
parent1bf5796cae9e8f7b55402f199a1eec82a092abb7 (diff)
downloadgo-0670b28bf031c5f33ca9831ee894e67bcd79c64c.tar.xz
runtime: fix TODO comment filepath
The cmd/compile/internal/ld/go.go file not exist, actually cmd/link/internal/ld/go.go. Also, write line number is not good because it changes every commit of the file. Change-Id: Id2b9f2c9904390adb011dab357716ee8e2fe84fc Reviewed-on: https://go-review.googlesource.com/135516 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/sys_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_darwin.go b/src/runtime/sys_darwin.go
index 7efbef746c..9b0cc6f935 100644
--- a/src/runtime/sys_darwin.go
+++ b/src/runtime/sys_darwin.go
@@ -370,5 +370,5 @@ func closeonexec(fd int32) {
//go:cgo_import_dynamic libc_pthread_cond_signal pthread_cond_signal "/usr/lib/libSystem.B.dylib"
// Magic incantation to get libSystem actually dynamically linked.
-// TODO: Why does the code require this? See cmd/compile/internal/ld/go.go:210
+// TODO: Why does the code require this? See cmd/link/internal/ld/go.go
//go:cgo_import_dynamic _ _ "/usr/lib/libSystem.B.dylib"