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:
parent
d98de0c3d0
commit
0889d2d04a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user