From 304e3ee979f4fde58184e7035cd5d0d6b50bca74 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Thu, 29 Feb 2024 14:48:17 +0800 Subject: [PATCH] cmd/internal/buildid: fix typo in comment Signed-off-by: guoguangwu --- src/cmd/internal/buildid/buildid_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/internal/buildid/buildid_test.go b/src/cmd/internal/buildid/buildid_test.go index 8efa47346c..854e39f029 100644 --- a/src/cmd/internal/buildid/buildid_test.go +++ b/src/cmd/internal/buildid/buildid_test.go @@ -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