1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06: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:
Kevin Burke 2020-04-12 18:57:26 -07:00
parent 7242428509
commit 2545323c63

View File

@ -884,7 +884,7 @@ func elfwritenetbsdsig(out *OutBuf) int {
}
// 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.
func elfnetbsdpax(sh *ElfShdr, startva uint64, resoff uint64) int {