diff options
Diffstat (limited to 'src/pkg/debug/goobj/read.go')
| -rw-r--r-- | src/pkg/debug/goobj/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/goobj/read.go b/src/pkg/debug/goobj/read.go index 8af7d68d8b..c95fe1e47f 100644 --- a/src/pkg/debug/goobj/read.go +++ b/src/pkg/debug/goobj/read.go @@ -135,7 +135,7 @@ type SymID struct { // Version is zero for symbols with global visibility. // Symbols with only file visibility (such as file-level static - // declarations in C) have a non-zero version distinguising + // declarations in C) have a non-zero version distinguishing // a symbol in one file from a symbol of the same name // in another file Version int |
