aboutsummaryrefslogtreecommitdiff
path: root/src/debug/pe/section.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/pe/section.go')
-rw-r--r--src/debug/pe/section.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/pe/section.go b/src/debug/pe/section.go
index bab067e06b..f34134ba07 100644
--- a/src/debug/pe/section.go
+++ b/src/debug/pe/section.go
@@ -66,7 +66,7 @@ func readRelocs(sh *SectionHeader, r io.ReadSeeker) ([]Reloc, error) {
return relocs, nil
}
-// SectionHeader is similar to SectionHeader32 with Name
+// SectionHeader is similar to [SectionHeader32] with Name
// field replaced by Go string.
type SectionHeader struct {
Name string