From: Michael Matloob Date: Tue, 23 Aug 2016 12:17:58 +0000 (-0400) Subject: debug/macho: fix comment on Section64 X-Git-Tag: go1.8beta1~1692 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0889d2d04a0ab8c4a0d6c437c857f3f721818577;p=gostls13.git debug/macho: fix comment on Section64 Change-Id: I7c809ec385b56ebb2ec784a1479d466df6ab4d1a Reviewed-on: https://go-review.googlesource.com/27565 Reviewed-by: Ian Lance Taylor --- diff --git a/src/debug/macho/macho.go b/src/debug/macho/macho.go index 31647536ac..40ac74e9a1 100644 --- a/src/debug/macho/macho.go +++ b/src/debug/macho/macho.go @@ -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