From: Ian Lance Taylor Date: Fri, 28 Nov 2025 22:34:06 +0000 (-0800) Subject: debug/elf: correct case of DWARF in comment X-Git-Tag: go1.26rc1~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=42e03bbd27a31e389ca37863b0bb90692086f408;p=gostls13.git 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 Reviewed-by: Mark Freeman Auto-Submit: Ian Lance Taylor Reviewed-by: Sean Liao LUCI-TryBot-Result: Go LUCI --- 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 {