diff options
Diffstat (limited to 'src/cmd/internal/goobj/objfile.go')
| -rw-r--r-- | src/cmd/internal/goobj/objfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/goobj/objfile.go b/src/cmd/internal/goobj/objfile.go index ae215dfef5..7b985fae53 100644 --- a/src/cmd/internal/goobj/objfile.go +++ b/src/cmd/internal/goobj/objfile.go @@ -134,7 +134,7 @@ import ( // - If PkgIdx is PkgIdxHashed, SymIdx is the index of the symbol in the // HashedDefs array. // - If PkgIdx is PkgIdxNone, SymIdx is the index of the symbol in the -// NonPkgDefs array (could natually overflow to NonPkgRefs array). +// NonPkgDefs array (could naturally overflow to NonPkgRefs array). // - Otherwise, SymIdx is the index of the symbol in some other package's // SymbolDefs array. // |
