mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix easy-to-miss typos
Using the wonderful https://github.com/client9/misspell tool. Change-Id: Icdbc75a5559854f4a7a61b5271bcc7e3f99a1a24 Reviewed-on: https://go-review.googlesource.com/57851 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
f6944c780f
commit
ea5e3bd2a1
12 changed files with 12 additions and 12 deletions
|
|
@ -746,7 +746,7 @@ func genhash(ctxt *Link, lib *Library) {
|
|||
// To compute the hash of a package, we hash the first line of
|
||||
// __.PKGDEF (which contains the toolchain version and any
|
||||
// GOEXPERIMENT flags) and the export data (which is between
|
||||
// the first two occurences of "\n$$").
|
||||
// the first two occurrences of "\n$$").
|
||||
|
||||
pkgDefBytes := make([]byte, atolwhex(arhdr.size))
|
||||
_, err = io.ReadFull(f, pkgDefBytes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue