mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix a bunch of misspellings
Change-Id: I94cebca86706e072fbe3be782d3edbe0e22b9432
GitHub-Last-Rev: 8e15a40545
GitHub-Pull-Request: golang/go#28067
Reviewed-on: https://go-review.googlesource.com/c/140437
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
165ebaf97b
commit
04dc1b2443
13 changed files with 16 additions and 15 deletions
|
|
@ -646,7 +646,7 @@ func (ctxt *Link) loadlib() {
|
|||
//
|
||||
// These are the symbols that begin with the prefix 'type.' and
|
||||
// contain run-time type information used by the runtime and reflect
|
||||
// packages. All Go binaries contain these symbols, but only only
|
||||
// packages. All Go binaries contain these symbols, but only
|
||||
// those programs loaded dynamically in multiple parts need these
|
||||
// symbols to have entries in the symbol table.
|
||||
func (ctxt *Link) mangleTypeSym() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue