diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-04-16 16:57:25 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2014-04-16 16:57:25 -0700 |
| commit | fb91559fbd9fe9efb96e8fa7cbf617964d203516 (patch) | |
| tree | 5eafe8fec479ff1b84d27364297e5ee83c87e8d6 /src/pkg/debug | |
| parent | 58b86e50138adaed962ad12a55ede7fb8b0886d9 (diff) | |
| download | go-fb91559fbd9fe9efb96e8fa7cbf617964d203516.tar.xz | |
all: fix typos
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/88670043
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 |
