Skip to content

Commit 8d6d367

Browse files
testwillgopherbot
authored andcommitted
internal/xcoff: fix typo in comment
Change-Id: I72f73016d0d1ba4f686bafd4ee62a43e4e38aead GitHub-Last-Rev: 8c824ca GitHub-Pull-Request: #66082 Reviewed-on: https://go-review.googlesource.com/c/go/+/568655 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 806ea41 commit 8d6d367

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)