Commit a08c1960 authored by Scott Lawrence's avatar Scott Lawrence Committed by Rob Pike

go/ast: fix typo

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/5543056
parent 1c441e25
......@@ -23,7 +23,7 @@ func exportFilter(name string) bool {
// body) are removed. Non-exported fields and methods of exported types are
// 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.
//
func FileExports(src *File) bool {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment