Skip to content

Commit 8c824ca

Browse files
committed
internal/xcoff: fix typo in comment
Signed-off-by: guoguangwu <[email protected]>
1 parent 6f5d774 commit 8c824ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/xcoff/ar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type Archive struct {
5454
closer io.Closer
5555
}
5656

57-
// MemberHeader holds information about a big archive file header
57+
// ArchiveHeader holds information about a big archive file header
5858
type ArchiveHeader struct {
5959
magic string
6060
}

0 commit comments

Comments
 (0)