]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in comment
authornu50218 <nu_ll@icloud.com>
Tue, 25 Feb 2020 14:16:07 +0000 (14:16 +0000)
committerBryan C. Mills <bcmills@google.com>
Tue, 25 Feb 2020 15:02:50 +0000 (15:02 +0000)
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 <bcmills@google.com>
Reviewed-by: Toshihiro Shiino <shiino.toshihiro@gmail.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

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

index e3cb87fbb9adfd680179a8a48c91ec5e76091308..6b5f9e48079e1f1987db1f3e66fb0855fe705218 100644 (file)
@@ -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