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:
parent
a6c49098bc
commit
800c49820a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user