mirror of https://github.com/golang/go.git
internal/xcoff: fix typo in comment
Change-Id: I72f73016d0d1ba4f686bafd4ee62a43e4e38aead
GitHub-Last-Rev: 8c824caa3c
GitHub-Pull-Request: golang/go#66082
Reviewed-on: https://go-review.googlesource.com/c/go/+/568655
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
806ea41fce
commit
8d6d367c6e
|
|
@ -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