From: nu50218 Date: Tue, 25 Feb 2020 14:16:07 +0000 (+0000) Subject: cmd/go: fix typo in comment X-Git-Tag: go1.15beta1~1077 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=185898064555ee55598c6496c264d2ded46ceca8;p=gostls13.git cmd/go: fix typo in comment fix CompiledGoFIles to CompiledGoFiles. Change-Id: I1f21c2254e716197cb65a877ba7468e3d7009c6f GitHub-Last-Rev: 177aa1a4962b3a70642c7761f9ab99723f22bc3e GitHub-Pull-Request: golang/go#37440 Reviewed-on: https://go-review.googlesource.com/c/go/+/220879 Reviewed-by: Bryan C. Mills Reviewed-by: Toshihiro Shiino Run-TryBot: Bryan C. Mills TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/go/internal/work/action.go b/src/cmd/go/internal/work/action.go index e3cb87fbb9..6b5f9e4807 100644 --- a/src/cmd/go/internal/work/action.go +++ b/src/cmd/go/internal/work/action.go @@ -41,7 +41,7 @@ type Builder struct { IsCmdList bool // running as part of go list; set p.Stale and additional fields below NeedError bool // list needs p.Error NeedExport bool // list needs p.Export - NeedCompiledGoFiles bool // list needs p.CompiledGoFIles + NeedCompiledGoFiles bool // list needs p.CompiledGoFiles objdirSeq int // counter for NewObjdir pkgSeq int