mirror of
https://github.com/golang/go
synced 2024-11-22 03:24:41 -07:00
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
|
// 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.
|
// the installedPkgs variable.
|
||||||
func readPackageList() {
|
func readPackageList() {
|
||||||
for _, t := range build.Path {
|
for _, t := range build.Path {
|
||||||
|
Loading…
Reference in New Issue
Block a user