]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/buildid: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Thu, 29 Feb 2024 06:58:29 +0000 (06:58 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 17:31:28 +0000 (17:31 +0000)
Change-Id: I271f25aefaace61935d55a1b6b7c026d022d92a7
GitHub-Last-Rev: 304e3ee979f4fde58184e7035cd5d0d6b50bca74
GitHub-Pull-Request: golang/go#66023
Reviewed-on: https://go-review.googlesource.com/c/go/+/567918
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/internal/buildid/buildid_test.go

index 8efa47346c3259b12751142ec23a88efaf3864fc..854e39f029cf4dd13ef3fd118ba9069939458e90 100644 (file)
@@ -149,7 +149,7 @@ func TestReadFile(t *testing.T) {
                        // Because we clobbered the note type above,
                        // we don't expect to see a Go build ID.
                        // The issue we are testing for was a crash
-                       // in Readefile; see issue #62097.
+                       // in Readfile; see issue #62097.
                        if id != "" || err != nil {
                                t.Errorf("ReadFile with zero ELF Align = %q, %v, want %q, nil", id, err, "")
                                continue