From: Michael Stapelberg Date: Wed, 16 Aug 2017 12:33:36 +0000 (-0700) Subject: go/internal/gcimporter: fix typo: cmd/compiler → cmd/compile X-Git-Tag: go1.10beta1~1519 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=29186526608b10d04a67ce250d4df11bcd8dc661;p=gostls13.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 --- diff --git a/src/go/internal/gcimporter/bimport.go b/src/go/internal/gcimporter/bimport.go index 2045f5517b..23c1d2f76a 100644 --- a/src/go/internal/gcimporter/bimport.go +++ b/src/go/internal/gcimporter/bimport.go @@ -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()