aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho/macho.go
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2016-08-23 08:17:58 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2016-08-23 13:44:12 +0000
commit0889d2d04a0ab8c4a0d6c437c857f3f721818577 (patch)
treed0867602c95d520ff45198089a3a57da0b9009af /src/debug/macho/macho.go
parentd98de0c3d027815bc05f049a528687b436ce984c (diff)
downloadgo-0889d2d04a0ab8c4a0d6c437c857f3f721818577.tar.gz
go-0889d2d04a0ab8c4a0d6c437c857f3f721818577.zip
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>
Diffstat (limited to 'src/debug/macho/macho.go')
-rw-r--r--src/debug/macho/macho.go2
1 files changed, 1 insertions, 1 deletions
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