Skip to content

Commit

Permalink
cmd/cover: fix spelling mistake
Browse files Browse the repository at this point in the history
Change-Id: Iac7c4f22dc55c970940af33e0f0470694da5c4a6
Reviewed-on: https://go-review.googlesource.com/34654
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
kevinburke authored and bradfitz committed Dec 20, 2016
1 parent a1c835f commit 4d02833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/cover/cover.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func annotate(name string) {
// Retain compiler directives that are not processed in ast.Visitor.
// Some compiler directives like "go:linkname" and "go:cgo_"
// can be not attached to anything in the tree and hence will not be printed by printer.
// So, we have to explicitely print them here.
// So, we have to explicitly print them here.
for cd, handled := range file.directives {
if !handled {
fmt.Fprintln(fd, cd.Text)
Expand Down

0 comments on commit 4d02833

Please sign in to comment.