1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:24:45 -07:00

goinstall: fix typo in comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5449068
This commit is contained in:
Robert Griesemer 2011-12-02 10:30:35 -08:00
parent 8a8445ba71
commit 951ba56adb

View File

@ -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 {