]> Cypherpunks repositories - gostls13.git/commitdiff
debug/elf: correct case of DWARF in comment
authorIan Lance Taylor <iant@golang.org>
Fri, 28 Nov 2025 22:34:06 +0000 (14:34 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 1 Dec 2025 17:41:50 +0000 (09:41 -0800)
Change-Id: I5b80b0e3e50fafdb732c732cdae6e2756d919d20
Reviewed-on: https://go-review.googlesource.com/c/go/+/725360
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/debug/elf/file.go

index 1fc10a56869e5072ee8118ab82cd74899c2e12a4..80df13ef8babe6051702808e46df14a240e13ea5 100644 (file)
@@ -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 {