From: Robert Griesemer Date: Sat, 4 Feb 2012 00:57:59 +0000 (-0800) Subject: go/printer: update documentation X-Git-Tag: weekly.2012-02-07~80 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=83bb6ebe9e803ffdbc7009512234374975aab94c;p=gostls13.git go/printer: update documentation Fixes #2855. R=r CC=golang-dev https://golang.org/cl/5608057 --- diff --git a/src/pkg/go/printer/printer.go b/src/pkg/go/printer/printer.go index 52dfff6f4b..f1222d874b 100644 --- a/src/pkg/go/printer/printer.go +++ b/src/pkg/go/printer/printer.go @@ -1108,7 +1108,7 @@ func (cfg *Config) fprint(output io.Writer, fset *token.FileSet, node interface{ } // A CommentedNode bundles an AST node and corresponding comments. -// It may be provided as argument to any of the FPrint functions. +// It may be provided as argument to any of the Fprint functions. // type CommentedNode struct { Node interface{} // *ast.File, or ast.Expr, ast.Decl, ast.Spec, or ast.Stmt