Skip to content

Commit a8e90a2

Browse files
committed
style fix
"This comment should read: ..."
1 parent ce28dfd commit a8e90a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-fuzz-build/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ func (c *Context) clonePackage(p *packages.Package) {
683683
// TODO: do we need to look for and copy go.mod?
684684
}
685685

686-
// isPackage checks if dir contains go source files.
686+
// isPackage reports whether dir contains Go source files.
687687
func isPackage(files []os.FileInfo) bool {
688688
for _, f := range files {
689689
if f.IsDir() {

0 commit comments

Comments
 (0)