From 9017765a8296238020e848addc0c0dc672f974f6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 24 Nov 2012 11:25:17 -0800 Subject: [PATCH] cmd/go: fix typo in comment Fixes #4432. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/6858064 --- src/cmd/go/get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/get.go b/src/cmd/go/get.go index 7d046fb8c5..0abb2d5288 100644 --- a/src/cmd/go/get.go +++ b/src/cmd/go/get.go @@ -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 -- 2.48.1