mirror of
https://github.com/golang/go
synced 2024-11-18 08:44:43 -07:00
cmd/link: fix spelling error
Change-Id: I6e730a99342563a97c3b1556893c8daaf5b6ec90 Reviewed-on: https://go-review.googlesource.com/c/go/+/228097 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
7242428509
commit
2545323c63
@ -884,7 +884,7 @@ func elfwritenetbsdsig(out *OutBuf) int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The race detector can't handle ASLR (address space layout randomization).
|
// The race detector can't handle ASLR (address space layout randomization).
|
||||||
// ASLR is on by default for NetBSD, so we turn the ASLR off eplicitly
|
// ASLR is on by default for NetBSD, so we turn the ASLR off explicitly
|
||||||
// using a magic elf Note when building race binaries.
|
// using a magic elf Note when building race binaries.
|
||||||
|
|
||||||
func elfnetbsdpax(sh *ElfShdr, startva uint64, resoff uint64) int {
|
func elfnetbsdpax(sh *ElfShdr, startva uint64, resoff uint64) int {
|
||||||
|
Loading…
Reference in New Issue
Block a user