]> Cypherpunks repositories - gostls13.git/commitdiff
go/ast: Fix typo for the godoc of ObjKind
authorVega Garcia Luis Alfonso <vegacom@gmail.com>
Mon, 28 Jan 2013 05:36:47 +0000 (21:36 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 28 Jan 2013 05:36:47 +0000 (21:36 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7232045

src/pkg/go/ast/scope.go

index c32369a518477644037da3687b00ee2c13d28600..8df5b2c6565bad9cc000fa18545d9fa1a8d3ac42 100644 (file)
@@ -135,7 +135,7 @@ func (obj *Object) Pos() token.Pos {
        return token.NoPos
 }
 
-// ObKind describes what an object represents.
+// ObjKind describes what an object represents.
 type ObjKind int
 
 // The list of possible Object kinds.