mirror of
https://github.com/golang/go
synced 2024-11-23 16:40:03 -07:00
cmd/go: fix typo
Change-Id: I171a1125e25b13c934c2cd545bd03f49f642910d Reviewed-on: https://go-review.googlesource.com/11113 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
6f0e427298
commit
4965a77f1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user