]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Jun 2015 19:46:04 +0000 (12:46 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Jun 2015 20:08:24 +0000 (20:08 +0000)
Change-Id: I171a1125e25b13c934c2cd545bd03f49f642910d
Reviewed-on: https://go-review.googlesource.com/11113
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/pkg.go

index 4648916643e357fdf4f6ce271ba2f081b741048e..d04f5bc97b15d956229a10569bbe3cbf9fa8f1b8 100644 (file)
@@ -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