aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/elf/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/elf/file.go b/src/debug/elf/file.go
index 1fc10a5686..80df13ef8b 100644
--- a/src/debug/elf/file.go
+++ b/src/debug/elf/file.go
@@ -1300,7 +1300,7 @@ func (f *File) DWARF() (*dwarf.Data, error) {
return b, nil
}
- // There are many DWARf sections, but these are the ones
+ // There are many DWARF sections, but these are the ones
// the debug/dwarf package started with.
var dat = map[string][]byte{"abbrev": nil, "info": nil, "str": nil, "line": nil, "ranges": nil}
for i, s := range f.Sections {