]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/ld: correct comment.
authorShenghou Ma <minux.ma@gmail.com>
Wed, 16 Apr 2014 05:41:47 +0000 (01:41 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 16 Apr 2014 05:41:47 +0000 (01:41 -0400)
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/88360044

src/cmd/ld/dwarf.c

index fdbf932b5912aab1c366dc5699978f6440af3f02..c640817d45d22b7ac1b47739fe04be1fd0f91f11 100644 (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)
 {