mirror of https://github.com/golang/go.git
debug/macho: fix a typo in macho.go
This commit is contained in:
parent
6db7480f59
commit
6aabb208a6
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue