1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:04:41 -07:00

go: fix typo in comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5531060
This commit is contained in:
Maxim Pimenov 2012-01-10 07:43:48 -08:00 committed by Rob Pike
parent a6c49098bc
commit 800c49820a

View File

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