1
0
mirror of https://github.com/golang/go synced 2024-11-26 12:27:57 -07:00

cmd/link: fix typo in link_test.go

specfic -> specific
This commit is contained in:
Ikko Ashimine 2021-02-13 11:43:33 +09:00 committed by GitHub
parent ff0e93ea31
commit f66b56491c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")