cmd/link: fix typo in link_test.go

specfic -> specific

Change-Id: Icad0f70c77c866a1031a2929b90fef61fe92aaee
GitHub-Last-Rev: f66b56491c
GitHub-Pull-Request: golang/go#44246
Reviewed-on: https://go-review.googlesource.com/c/go/+/291829
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Ikko Ashimine 2021-02-13 02:45:51 +00:00 committed by Ian Lance Taylor
parent ff0e93ea31
commit 66c27093d0

View File

@ -583,7 +583,7 @@ TEXT ·alignPc(SB),NOSPLIT, $0-0
`
// TestFuncAlign verifies that the address of a function can be aligned
// with a specfic value on arm64.
// with a specific value on arm64.
func TestFuncAlign(t *testing.T) {
if runtime.GOARCH != "arm64" || runtime.GOOS != "linux" {
t.Skip("skipping on non-linux/arm64 platform")