Commit 9017765a authored by Ian Lance Taylor's avatar Ian Lance Taylor

cmd/go: fix typo in comment

Fixes #4432.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6858064
parent 5fa3aeb1
......@@ -93,7 +93,7 @@ func runGet(cmd *Command, args []string) {
runInstall(cmd, args)
}
// downloadPath prepares the list of paths to pass to download.
// downloadPaths prepares the list of paths to pass to download.
// It expands ... patterns that can be expanded. If there is no match
// for a particular pattern, downloadPaths leaves it in the result list,
// in the hope that we can figure out the repository from the
......
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