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:
parent
ff0e93ea31
commit
f66b56491c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user