Commit 29186526 authored by Michael Stapelberg's avatar Michael Stapelberg Committed by Ian Lance Taylor

go/internal/gcimporter: fix typo: cmd/compiler → cmd/compile

Change-Id: I087980d30308353c4a450636122f7e87c8310090
Reviewed-on: https://go-review.googlesource.com/56090Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 25b040c2
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment