go.toools/go/types: clearer comment (per adonovan)

R=adonovan
CC=golang-dev
https://golang.org/cl/40860045
This commit is contained in:
Robert Griesemer 2013-12-11 10:48:17 -08:00
parent 130693e419
commit 11cfd4a636
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ type Info struct {
// //
// node declared object // node declared object
// //
// *ast.ImportSpec *PkgName (imports w/o renames), or imported objects (dot-imports) // *ast.ImportSpec *PkgName for dot-imports and imports without renames
// *ast.CaseClause type-specific *Var for each type switch case clause (incl. default) // *ast.CaseClause type-specific *Var for each type switch case clause (incl. default)
// *ast.Field anonymous struct field or parameter *Var // *ast.Field anonymous struct field or parameter *Var
// //