From 2545323c633136a28aa57b000b81e95780cbac13 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sun, 12 Apr 2020 18:57:26 -0700 Subject: [PATCH] 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 --- src/cmd/link/internal/ld/elf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {