]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in comment
authorIan Lance Taylor <iant@golang.org>
Sat, 24 Nov 2012 19:25:17 +0000 (11:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 24 Nov 2012 19:25:17 +0000 (11:25 -0800)
Fixes #4432.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6858064

src/cmd/go/get.go

index 7d046fb8c550521b7c293888530288d856979a9a..0abb2d5288f917f310c5adbdd96d87b713969f42 100644 (file)
@@ -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