From 800c49820aa5ecd83506276070bd8e9439e2eb5a Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Tue, 10 Jan 2012 07:43:48 -0800 Subject: [PATCH] go: fix typo in comment R=golang-dev, r CC=golang-dev https://golang.org/cl/5531060 --- src/cmd/go/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.0