Skip to content

Commit 66c2709

Browse files
eltociearianlancetaylor
authored andcommitted
cmd/link: fix typo in link_test.go
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>
1 parent ff0e93e commit 66c2709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/link/link_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ TEXT ·alignPc(SB),NOSPLIT, $0-0
583583
`
584584

585585
// TestFuncAlign verifies that the address of a function can be aligned
586-
// with a specfic value on arm64.
586+
// with a specific value on arm64.
587587
func TestFuncAlign(t *testing.T) {
588588
if runtime.GOARCH != "arm64" || runtime.GOOS != "linux" {
589589
t.Skip("skipping on non-linux/arm64 platform")

0 commit comments

Comments
 (0)