]> Cypherpunks repositories - gostls13.git/commitdiff
debug/macho: fix a typo in macho.go
authoritchyny <itchyny@hatena.ne.jp>
Thu, 13 May 2021 04:03:18 +0000 (04:03 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 14 May 2021 00:56:52 +0000 (00:56 +0000)
Change-Id: Ica47b53decf6690fbd37e666e9de5098117b82de
GitHub-Last-Rev: 6aabb208a6499e29fe32a2f0d928c4e027d556b2
GitHub-Pull-Request: golang/go#46147
Reviewed-on: https://go-review.googlesource.com/c/go/+/319592
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
Trust: Heschi Kreinick <heschi@google.com>

src/debug/macho/macho.go

index 49e107eed3de960df0adf7e12db0c3199b0202d7..9fa9f9575290bd1a7f8774f9b287696aa316dca7 100644 (file)
@@ -4,7 +4,7 @@
 
 // Mach-O header data structures
 // Originally at:
-// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html (since deleted by Apply)
+// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html (since deleted by Apple)
 // Archived copy at:
 // https://web.archive.org/web/20090819232456/http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html
 // For cloned PDF see: