mirror of https://github.com/golang/go.git
cmd/ld: correct comment.
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/88360044
This commit is contained in:
parent
c91c564e83
commit
a4ff90df28
|
|
@ -1393,7 +1393,7 @@ movetomodule(DWDie *parent)
|
|||
die->link = parent->child;
|
||||
}
|
||||
|
||||
// If the pcln table contains runtime/zruntime_defs_*.go, use that to set gdbscript path.
|
||||
// If the pcln table contains runtime/string.goc, use that to set gdbscript path.
|
||||
static void
|
||||
finddebugruntimepath(LSym *s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue