aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/funcdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/funcdata.h b/src/runtime/funcdata.h
index 4c290b9b9a..e6e0306e65 100644
--- a/src/runtime/funcdata.h
+++ b/src/runtime/funcdata.h
@@ -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