Commit 053aef4f authored by Ian Lance Taylor's avatar Ian Lance Taylor

go/ast: fix typo in comment

Change-Id: I719231466286b3c0135314388a7c560ef44d7c35
Reviewed-on: https://go-review.googlesource.com/20130
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 37c28759
...@@ -267,7 +267,7 @@ func (cmap CommentMap) Filter(node Node) CommentMap { ...@@ -267,7 +267,7 @@ func (cmap CommentMap) Filter(node Node) CommentMap {
} }
// Comments returns the list of comment groups in the comment map. // Comments returns the list of comment groups in the comment map.
// The result is sorted is source order. // The result is sorted in source order.
// //
func (cmap CommentMap) Comments() []*CommentGroup { func (cmap CommentMap) Comments() []*CommentGroup {
list := make([]*CommentGroup, 0, len(cmap)) list := make([]*CommentGroup, 0, len(cmap))
......
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