Commit 0889d2d0 authored by Michael Matloob's avatar Michael Matloob Committed by Brad Fitzpatrick

debug/macho: fix comment on Section64

Change-Id: I7c809ec385b56ebb2ec784a1479d466df6ab4d1a
Reviewed-on: https://go-review.googlesource.com/27565Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent d98de0c3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment