debug/macho: fix a typo in macho.go

This commit is contained in:
itchyny 2021-05-13 12:58:04 +09:00
parent 6db7480f59
commit 6aabb208a6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// Mach-O header data structures // Mach-O header data structures
// Originally at: // 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: // Archived copy at:
// https://web.archive.org/web/20090819232456/http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html // https://web.archive.org/web/20090819232456/http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/index.html
// For cloned PDF see: // For cloned PDF see: