summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorXia Bin <snyh@snyh.org>2018-07-12 18:34:34 +0800
committerBrad Fitzpatrick <bradfitz@golang.org>2018-07-12 15:13:10 +0000
commitc19f86fbfba484695b7785bd7bdcc1a43adbf505 (patch)
treee43aa630ff3446afd1f18ca149e0689f0d14997f /src/runtime
parent33c7f88eafde1a15b8c60e208d526b436cc6d02e (diff)
downloadgo-git-c19f86fbfba484695b7785bd7bdcc1a43adbf505.tar.gz
runtime: fix reference to funcdata.go in comment
Change-Id: I6c8699cd71b41cf8d178a0af3a745a19dcf60905 Reviewed-on: https://go-review.googlesource.com/123536 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime')
-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