internal/xcoff: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-04 10:24:23 +08:00
parent 6f5d77454e
commit 8c824caa3c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}