From: Shenghou Ma Date: Wed, 16 Apr 2014 05:41:47 +0000 (-0400) Subject: cmd/ld: correct comment. X-Git-Tag: go1.3beta1~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a4ff90df286b0accd22b77a8093feac45167f9a4;p=gostls13.git cmd/ld: correct comment. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/88360044 --- diff --git a/src/cmd/ld/dwarf.c b/src/cmd/ld/dwarf.c index fdbf932b59..c640817d45 100644 --- a/src/cmd/ld/dwarf.c +++ b/src/cmd/ld/dwarf.c @@ -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) {