cmd/ld: correct comment.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/88360044
This commit is contained in:
Shenghou Ma 2014-04-16 01:41:47 -04:00
parent c91c564e83
commit a4ff90df28
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{