cmd/internal/buildid: fix typo in comment

Change-Id: I271f25aefaace61935d55a1b6b7c026d022d92a7
GitHub-Last-Rev: 304e3ee979
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>
This commit is contained in:
guoguangwu 2024-02-29 06:58:29 +00:00 committed by Gopher Robot
parent ac76417a62
commit 8e25f98ba2

View 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