mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove duplicated words in comments
Change-Id: Id991ec0826a4e2857f00330b4b7ff2b71907b789 Reviewed-on: https://go-review.googlesource.com/c/go/+/606615 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Robert Griesemer <gri@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
433c1d3b4a
commit
d5f7da7987
22 changed files with 24 additions and 24 deletions
|
|
@ -1275,7 +1275,7 @@ func hostlinksetup(ctxt *Link) {
|
|||
// cleanTimeStamps resets the timestamps for the specified list of
|
||||
// existing files to the Unix epoch (1970-01-01 00:00:00 +0000 UTC).
|
||||
// We take this step in order to help preserve reproducible builds;
|
||||
// this seems to be primarily needed for external linking on on Darwin
|
||||
// this seems to be primarily needed for external linking on Darwin
|
||||
// with later versions of xcode, which (unfortunately) seem to want to
|
||||
// incorporate object file times into the final output file's build
|
||||
// ID. See issue 64947 for the unpleasant details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue