Skip to content

Commit 177aa1a

Browse files
committed
cmd/go: fix typo in comment
1 parent 450d0b2 commit 177aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/work/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Builder struct {
4141
IsCmdList bool // running as part of go list; set p.Stale and additional fields below
4242
NeedError bool // list needs p.Error
4343
NeedExport bool // list needs p.Export
44-
NeedCompiledGoFiles bool // list needs p.CompiledGoFIles
44+
NeedCompiledGoFiles bool // list needs p.CompiledGoFiles
4545

4646
objdirSeq int // counter for NewObjdir
4747
pkgSeq int

0 commit comments

Comments
 (0)