Skip to content

Commit d44db29

Browse files
xyprotogopherbot
authored andcommitted
go/token: fix a typo in a comment
Fixes golang#75632 Change-Id: I71f891eb837147b6ff818ec4b2133c8c07091931 GitHub-Last-Rev: 3eeeea2 GitHub-Pull-Request: golang#76117 Reviewed-on: https://go-review.googlesource.com/c/go/+/716440 Reviewed-by: t hepudds <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: t hepudds <[email protected]> Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
1 parent cdc6b55 commit d44db29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/token/position.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ func (s *FileSet) AddExistingFiles(files ...*File) {
511511
// }
512512
//
513513
// because all calls to AddFile must be in increasing order.
514-
// AddExistingFilesFiles lets us augment an existing FileSet
514+
// AddExistingFiles lets us augment an existing FileSet
515515
// sequentially, so long as all sets of files have disjoint ranges.
516516
// This approach also does not preserve line directives.
517517

0 commit comments

Comments
 (0)