diff options
Diffstat (limited to 'src/pkg/debug')
| -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 c2e6fa0927..c2d606841a 100644 --- a/src/pkg/debug/goobj/read.go +++ b/src/pkg/debug/goobj/read.go @@ -188,7 +188,7 @@ type Var struct { // Func contains additional per-symbol information specific to functions. type Func struct { - Args int // size in bytes of of argument frame: inputs and outputs + Args int // size in bytes of argument frame: inputs and outputs Frame int // size in bytes of local variable frame Leaf bool // function omits save of link register (ARM) Var []Var // detail about local variables |
