]> Cypherpunks repositories - gostls13.git/commit
ld: fix up header copy and paste error
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 26 Aug 2019 13:15:34 +0000 (07:15 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 27 Aug 2019 01:12:00 +0000 (01:12 +0000)
commit1a423bec00915fd45dc6f7ee67860abbfc2bbdb2
tree847a1dc5b7ccabc8a63ddc466f821d7eac039dbb
parent8d4b685ab5794f0ee8f95a3a75c566653ba4eb5a
ld: fix up header copy and paste error

Some constants were added above the initial copyright blurb, and then
later a new copyright blurb was added on top of that. So we wound up
with two header sections, one of which contained a useful comment that
became obscured. This commit fixes up that mistake.

Change-Id: I8b9b8c34495cdceae959e151e8ccdee3137f6ca4
Reviewed-on: https://go-review.googlesource.com/c/go/+/191841
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/pe.go