From fb91559fbd9fe9efb96e8fa7cbf617964d203516 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 16 Apr 2014 16:57:25 -0700 Subject: all: fix typos LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/88670043 --- src/pkg/debug/goobj/read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/debug') 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 -- cgit v1.3