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:
guoguangwu 2024-03-04 02:30:21 +00:00 committed by Gopher Robot
parent 806ea41fce
commit 8d6d367c6e
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
}