Skip to content

Commit 4d02833

Browse files
kevinburkebradfitz
authored andcommitted
cmd/cover: fix spelling mistake
Change-Id: Iac7c4f22dc55c970940af33e0f0470694da5c4a6 Reviewed-on: https://go-review.googlesource.com/34654 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent a1c835f commit 4d02833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cover/cover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func annotate(name string) {
399399
// Retain compiler directives that are not processed in ast.Visitor.
400400
// Some compiler directives like "go:linkname" and "go:cgo_"
401401
// can be not attached to anything in the tree and hence will not be printed by printer.
402-
// So, we have to explicitely print them here.
402+
// So, we have to explicitly print them here.
403403
for cd, handled := range file.directives {
404404
if !handled {
405405
fmt.Fprintln(fd, cd.Text)

0 commit comments

Comments
 (0)