From 42e03bbd27a31e389ca37863b0bb90692086f408 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 Nov 2025 14:34:06 -0800 Subject: [PATCH] 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 --- src/debug/elf/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {