mirror of https://github.com/golang/go.git
go/internal/gcimporter: fix typo: cmd/compiler → cmd/compile
Change-Id: I087980d30308353c4a450636122f7e87c8310090 Reviewed-on: https://go-review.googlesource.com/56090 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
25b040c287
commit
2918652660
|
|
@ -123,7 +123,7 @@ func BImportData(fset *token.FileSet, imports map[string]*types.Package, data []
|
|||
// read package data
|
||||
pkg = p.pkg()
|
||||
|
||||
// read objects of phase 1 only (see cmd/compiler/internal/gc/bexport.go)
|
||||
// read objects of phase 1 only (see cmd/compile/internal/gc/bexport.go)
|
||||
objcount := 0
|
||||
for {
|
||||
tag := p.tagOrIndex()
|
||||
|
|
|
|||
Loading…
Reference in New Issue