mirror of https://github.com/golang/go.git
internal/xcoff: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
6f5d77454e
commit
8c824caa3c
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue