]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix reference to funcdata.go in comment
authorXia Bin <snyh@snyh.org>
Thu, 12 Jul 2018 10:34:34 +0000 (18:34 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Jul 2018 15:13:10 +0000 (15:13 +0000)
Change-Id: I6c8699cd71b41cf8d178a0af3a745a19dcf60905
Reviewed-on: https://go-review.googlesource.com/123536
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/funcdata.h

index 4c290b9b9af4ea262bf54243500e1fe0973d21fe..e6e0306e65bbd5cd3d3f0207f51de5601552a4e3 100644 (file)
@@ -6,7 +6,7 @@
 // in Go binaries. It is included by assembly sources, so it must
 // be written using #defines.
 //
-// These must agree with symtab.go and ../cmd/internal/obj/funcdata.go.
+// These must agree with symtab.go and ../cmd/internal/objabi/funcdata.go.
 
 #define PCDATA_StackMapIndex 0
 #define PCDATA_InlTreeIndex 1