cmd/internal/buildid: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-02-29 14:48:17 +08:00
parent 0784fd1b2f
commit 304e3ee979

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