1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:50:05 -07:00

runtime: fix typo

This commit is contained in:
cuiweixie 2021-11-11 15:03:09 +08:00
parent 99fa49e4b7
commit 428d99c6ca

View File

@ -408,7 +408,7 @@ type pcHeader struct {
// moduledata records information about the layout of the executable
// image. It is written by the linker. Any changes here must be
// matched changes to the code in cmd/internal/ld/symtab.go:symtab.
// matched changes to the code in cmd/link/internal/ld/symtab.go:symtab.
// moduledata is stored in statically allocated non-pointer memory;
// none of the pointers here are visible to the garbage collector.
type moduledata struct {