From 4965a77f1d2e964e2dd08d1a2c2d5a5ae57f4d41 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 15 Jun 2015 12:46:04 -0700 Subject: [PATCH] cmd/go: fix typo Change-Id: I171a1125e25b13c934c2cd545bd03f49f642910d Reviewed-on: https://go-review.googlesource.com/11113 Reviewed-by: Ian Lance Taylor --- src/cmd/go/pkg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/pkg.go b/src/cmd/go/pkg.go index 4648916643..d04f5bc97b 100644 --- a/src/cmd/go/pkg.go +++ b/src/cmd/go/pkg.go @@ -816,7 +816,7 @@ var isGoRelease = strings.HasPrefix(runtime.Version(), "go1") // // Another problem is that binary distributions often set the mtime on // all files to the same time. If the distribution includes both inputs -// and cached build outputs, tthe conservative solution to the previous +// and cached build outputs, the conservative solution to the previous // problem will cause unnecessary rebuilds. Worse, in such a binary // distribution, those rebuilds might not even have permission to update // the cached build output. To avoid these write errors, if an input and -- 2.51.0