Skip to content

Commit 42e03bb

Browse files
ianlancetaylorgopherbot
authored andcommitted
debug/elf: correct case of DWARF in comment
Change-Id: I5b80b0e3e50fafdb732c732cdae6e2756d919d20 Reviewed-on: https://go-review.googlesource.com/c/go/+/725360 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Mark Freeman <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Sean Liao <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 18015e8 commit 42e03bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/elf/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ func (f *File) DWARF() (*dwarf.Data, error) {
13001300
return b, nil
13011301
}
13021302

1303-
// There are many DWARf sections, but these are the ones
1303+
// There are many DWARF sections, but these are the ones
13041304
// the debug/dwarf package started with.
13051305
var dat = map[string][]byte{"abbrev": nil, "info": nil, "str": nil, "line": nil, "ranges": nil}
13061306
for i, s := range f.Sections {

0 commit comments

Comments
 (0)