Skip to content

Commit c19f86f

Browse files
snyhbradfitz
authored andcommitted
runtime: fix reference to funcdata.go in comment
Change-Id: I6c8699cd71b41cf8d178a0af3a745a19dcf60905 Reviewed-on: https://go-review.googlesource.com/123536 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 33c7f88 commit c19f86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/funcdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// in Go binaries. It is included by assembly sources, so it must
77
// be written using #defines.
88
//
9-
// These must agree with symtab.go and ../cmd/internal/obj/funcdata.go.
9+
// These must agree with symtab.go and ../cmd/internal/objabi/funcdata.go.
1010

1111
#define PCDATA_StackMapIndex 0
1212
#define PCDATA_InlTreeIndex 1

0 commit comments

Comments
 (0)