]> Cypherpunks repositories - gostls13.git/commitdiff
go/internal/gcimporter: fix typo: cmd/compiler → cmd/compile
authorMichael Stapelberg <stapelberg@google.com>
Wed, 16 Aug 2017 12:33:36 +0000 (05:33 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 16 Aug 2017 12:54:07 +0000 (12:54 +0000)
Change-Id: I087980d30308353c4a450636122f7e87c8310090
Reviewed-on: https://go-review.googlesource.com/56090
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/internal/gcimporter/bimport.go

index 2045f5517b123e3240d8b893351b6f6e34eb36d4..23c1d2f76a9a2db41897186cafd8ed9a2800fe69 100644 (file)
@@ -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()