]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TODO comment filepath
authorKoichi Shiraishi <zchee.io@gmail.com>
Sat, 15 Sep 2018 08:06:08 +0000 (17:06 +0900)
committerIan Lance Taylor <iant@golang.org>
Sat, 15 Sep 2018 14:31:12 +0000 (14:31 +0000)
commit0670b28bf031c5f33ca9831ee894e67bcd79c64c
tree4436912513aa1c44a9235a30e2761ed66f31aaf8
parent1bf5796cae9e8f7b55402f199a1eec82a092abb7
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>
src/runtime/sys_darwin.go