]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: fix spelling error
authorKevin Burke <kev@inburke.com>
Mon, 13 Apr 2020 01:57:26 +0000 (18:57 -0700)
committerKevin Burke <kev@inburke.com>
Mon, 13 Apr 2020 04:28:53 +0000 (04:28 +0000)
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>
src/cmd/link/internal/ld/elf.go

index fbf91fd51fc0a76d68142ff39677d9d8f9f7d64f..43728f388fb50268ca5bbf6c1d1a42577e5a37d4 100644 (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 {