mirror of https://github.com/golang/go.git
goinstall: fix typo in comment
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5449068
This commit is contained in:
parent
8a8445ba71
commit
951ba56adb
|
|
@ -169,7 +169,7 @@ func printDeps(pkg string) {
|
|||
}
|
||||
|
||||
// readPackageList reads the list of installed packages from the
|
||||
// goinstall.log files in GOROOT and the GOPATHs and initalizes
|
||||
// goinstall.log files in GOROOT and the GOPATHs and initializes
|
||||
// the installedPkgs variable.
|
||||
func readPackageList() {
|
||||
for _, t := range build.Path {
|
||||
|
|
|
|||
Loading…
Reference in New Issue