mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
docs: fix spelling
Change-Id: Ib689e5793d9cb372e759c4f34af71f004010c822
GitHub-Last-Rev: d63798388e
GitHub-Pull-Request: golang/go#44259
Reviewed-on: https://go-review.googlesource.com/c/go/+/291949
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
43652dc46f
commit
6ba4a300d8
22 changed files with 32 additions and 32 deletions
|
|
@ -1547,7 +1547,7 @@ func (l *Loader) SymUnit(i Sym) *sym.CompilationUnit {
|
|||
// regular compiler-generated Go symbols), but in the case of
|
||||
// building with "-linkshared" (when a symbol is read from a
|
||||
// shared library), will hold the library name.
|
||||
// NOTE: this correspondes to sym.Symbol.File field.
|
||||
// NOTE: this corresponds to sym.Symbol.File field.
|
||||
func (l *Loader) SymPkg(i Sym) string {
|
||||
if f, ok := l.symPkg[i]; ok {
|
||||
return f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue