aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/open.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/dwarf/open.go')
-rw-r--r--src/debug/dwarf/open.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/dwarf/open.go b/src/debug/dwarf/open.go
index 994b7262d1..0901341cc4 100644
--- a/src/debug/dwarf/open.go
+++ b/src/debug/dwarf/open.go
@@ -52,10 +52,10 @@ type Data struct {
var errSegmentSelector = errors.New("non-zero segment_selector size not supported")
-// New returns a new Data object initialized from the given parameters.
+// New returns a new [Data] object initialized from the given parameters.
// Rather than calling this function directly, clients should typically use
-// the DWARF method of the File type of the appropriate package debug/elf,
-// debug/macho, or debug/pe.
+// the DWARF method of the File type of the appropriate package [debug/elf],
+// [debug/macho], or [debug/pe].
//
// The []byte arguments are the data from the corresponding debug section
// in the object file; for example, for an ELF object, abbrev is the contents of