From 8c824caa3c7c5ac38fd59a1070d0f11d7e5fecfd Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 4 Mar 2024 10:24:23 +0800 Subject: [PATCH] internal/xcoff: fix typo in comment Signed-off-by: guoguangwu --- src/internal/xcoff/ar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/xcoff/ar.go b/src/internal/xcoff/ar.go index 9cbd50d149a525..e616f377a3cf19 100644 --- a/src/internal/xcoff/ar.go +++ b/src/internal/xcoff/ar.go @@ -54,7 +54,7 @@ type Archive struct { closer io.Closer } -// MemberHeader holds information about a big archive file header +// ArchiveHeader holds information about a big archive file header type ArchiveHeader struct { magic string }