]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/cover: fix spelling mistake
authorKevin Burke <kev@inburke.com>
Tue, 20 Dec 2016 04:27:12 +0000 (20:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 20 Dec 2016 04:45:25 +0000 (04:45 +0000)
Change-Id: Iac7c4f22dc55c970940af33e0f0470694da5c4a6
Reviewed-on: https://go-review.googlesource.com/34654
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/cover/cover.go

index ed919d8c1fb2754af9c9d864dc239d60c0ecf742..ee140702d3d0620b6755e4f6d8c349b4627fdeda 100644 (file)
@@ -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)