diff options
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/pe/symbol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/pe/symbol.go b/src/debug/pe/symbol.go index b1654f8726..c33a4fc875 100644 --- a/src/debug/pe/symbol.go +++ b/src/debug/pe/symbol.go @@ -180,7 +180,7 @@ const ( IMAGE_COMDAT_SELECT_LARGEST = 6 ) -// COFFSymbolReadSectionDefAux returns a blob of axiliary information +// COFFSymbolReadSectionDefAux returns a blob of auxiliary information // (including COMDAT info) for a section definition symbol. Here 'idx' // is the index of a section symbol in the main COFFSymbol array for // the File. Return value is a pointer to the appropriate aux symbol |
