1
0
mirror of https://github.com/golang/go synced 2024-11-13 19:10:22 -07:00

go/ast: fix typo

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/5543056
This commit is contained in:
Scott Lawrence 2012-01-13 15:36:54 -08:00 committed by Rob Pike
parent 1c441e259f
commit a08c1960dd

View File

@ -23,7 +23,7 @@ func exportFilter(name string) bool {
// body) are removed. Non-exported fields and methods of exported types are // body) are removed. Non-exported fields and methods of exported types are
// stripped. The File.Comments list is not changed. // stripped. The File.Comments list is not changed.
// //
// FileExports returns true if there are exported declarationa; // FileExports returns true if there are exported declarations;
// it returns false otherwise. // it returns false otherwise.
// //
func FileExports(src *File) bool { func FileExports(src *File) bool {