Skip to content

Commit

Permalink
cmd/link: fix typo in link_test.go
Browse files Browse the repository at this point in the history
specfic -> specific

Change-Id: Icad0f70c77c866a1031a2929b90fef61fe92aaee
GitHub-Last-Rev: f66b564
GitHub-Pull-Request: #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>
  • Loading branch information
eltociear authored and ianlancetaylor committed Feb 13, 2021
1 parent ff0e93e commit 66c2709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/link/link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 66c2709

Please sign in to comment.