From 0889d2d04a0ab8c4a0d6c437c857f3f721818577 Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Tue, 23 Aug 2016 08:17:58 -0400 Subject: [PATCH] debug/macho: fix comment on Section64 Change-Id: I7c809ec385b56ebb2ec784a1479d466df6ab4d1a Reviewed-on: https://go-review.googlesource.com/27565 Reviewed-by: Ian Lance Taylor --- src/debug/macho/macho.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/macho/macho.go b/src/debug/macho/macho.go index 31647536ac5..40ac74e9a14 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