Commit 951ba56a authored by Robert Griesemer's avatar Robert Griesemer

goinstall: fix typo in comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5449068
parent 8a8445ba
...@@ -169,7 +169,7 @@ func printDeps(pkg string) { ...@@ -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 {
......
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