From: Maxim Pimenov Date: Tue, 10 Jan 2012 15:43:48 +0000 (-0800) Subject: go: fix typo in comment X-Git-Tag: weekly.2012-01-15~96 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=800c49820aa5ecd83506276070bd8e9439e2eb5a;p=gostls13.git go: fix typo in comment R=golang-dev, r CC=golang-dev https://golang.org/cl/5531060 --- diff --git a/src/cmd/go/main.go b/src/cmd/go/main.go index e451b3a03b..4d21cf20c3 100644 --- a/src/cmd/go/main.go +++ b/src/cmd/go/main.go @@ -259,7 +259,7 @@ func matchPattern(pattern string) func(name string) bool { } // allPackages returns all the packages that can be found -// under the $GOPATH directories and $GOROOT matching what. +// under the $GOPATH directories and $GOROOT matching pattern. // The pattern is either "all" (all packages), "std" (standard packages) // or a path including "...". func allPackages(pattern string) []string {