Skip to content

Commit 1858980

Browse files
nu50218Bryan C. Mills
authored and
Bryan C. Mills
committed
cmd/go: fix typo in comment
fix CompiledGoFIles to CompiledGoFiles. Change-Id: I1f21c2254e716197cb65a877ba7468e3d7009c6f GitHub-Last-Rev: 177aa1a GitHub-Pull-Request: #37440 Reviewed-on: https://go-review.googlesource.com/c/go/+/220879 Reviewed-by: Bryan C. Mills <[email protected]> Reviewed-by: Toshihiro Shiino <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 2e8dbae commit 1858980

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)