1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:50:05 -07:00

debug/macho: fix comment on Section64

Change-Id: I7c809ec385b56ebb2ec784a1479d466df6ab4d1a
Reviewed-on: https://go-review.googlesource.com/27565
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Michael Matloob 2016-08-23 08:17:58 -04:00 committed by Brad Fitzpatrick
parent d98de0c3d0
commit 0889d2d04a

View File

@ -145,7 +145,7 @@ type Section32 struct {
Reserve2 uint32
}
// A Section32 is a 64-bit Mach-O section header.
// A Section64 is a 64-bit Mach-O section header.
type Section64 struct {
Name [16]byte
Seg [16]byte