Skip to content

Commit

Permalink
modfile: remove duplicate words from comments
Browse files Browse the repository at this point in the history
Change-Id: I47505523c97b30648f8be18fed057a6f139e6a00
GitHub-Last-Rev: c3a270c
GitHub-Pull-Request: #9
Reviewed-on: https://go-review.googlesource.com/c/mod/+/424454
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: hopehook <hopehook@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: hopehook <hopehook@qq.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
  • Loading branch information
Abirdcfly authored and gopherbot committed Aug 18, 2022
1 parent f994a2a commit ed83ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modfile/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func (in *input) endToken(kind tokenKind) {
in.token.endPos = in.pos
}

// peek returns the kind of the the next token returned by lex.
// peek returns the kind of the next token returned by lex.
func (in *input) peek() tokenKind {
return in.token.kind
}
Expand Down

0 comments on commit ed83ed6

Please sign in to comment.