Commit 800c4982 authored by Maxim Pimenov's avatar Maxim Pimenov Committed by Rob Pike

go: fix typo in comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5531060
parent a6c49098
......@@ -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 {
......
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