]> Cypherpunks repositories - gostls13.git/commitdiff
internal/xcoff: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Mon, 4 Mar 2024 02:30:21 +0000 (02:30 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 17:32:51 +0000 (17:32 +0000)
Change-Id: I72f73016d0d1ba4f686bafd4ee62a43e4e38aead
GitHub-Last-Rev: 8c824caa3c7c5ac38fd59a1070d0f11d7e5fecfd
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>

src/internal/xcoff/ar.go

index 9cbd50d149a525fe47b89d17bb4e9c6261143ac2..e616f377a3cf192063a1f01554a9d9465d36f3bd 100644 (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
 }