We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c835f commit 4d02833Copy full SHA for 4d02833
src/cmd/cover/cover.go
@@ -399,7 +399,7 @@ func annotate(name string) {
399
// Retain compiler directives that are not processed in ast.Visitor.
400
// Some compiler directives like "go:linkname" and "go:cgo_"
401
// 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.
+ // So, we have to explicitly print them here.
403
for cd, handled := range file.directives {
404
if !handled {
405
fmt.Fprintln(fd, cd.Text)
0 commit comments