From: guoguangwu Date: Mon, 4 Mar 2024 02:30:21 +0000 (+0000) Subject: internal/xcoff: fix typo in comment X-Git-Tag: go1.23rc1~1010 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8d6d367c6e4dd5dce33038f096dbbce10ea4828a;p=gostls13.git internal/xcoff: fix typo in comment 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 Reviewed-by: Michael Knyszek LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor --- diff --git a/src/internal/xcoff/ar.go b/src/internal/xcoff/ar.go index 9cbd50d149..e616f377a3 100644 --- a/src/internal/xcoff/ar.go +++ b/src/internal/xcoff/ar.go @@ -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 }