From: Kevin Burke Date: Mon, 13 Apr 2020 01:57:26 +0000 (-0700) Subject: cmd/link: fix spelling error X-Git-Tag: go1.15beta1~581 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2545323c633136a28aa57b000b81e95780cbac13;p=gostls13.git cmd/link: fix spelling error Change-Id: I6e730a99342563a97c3b1556893c8daaf5b6ec90 Reviewed-on: https://go-review.googlesource.com/c/go/+/228097 Reviewed-by: Ian Lance Taylor Reviewed-by: Cherry Zhang --- diff --git a/src/cmd/link/internal/ld/elf.go b/src/cmd/link/internal/ld/elf.go index fbf91fd51f..43728f388f 100644 --- a/src/cmd/link/internal/ld/elf.go +++ b/src/cmd/link/internal/ld/elf.go @@ -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 {