Commit 00547235 authored by Kevin Burke's avatar Kevin Burke Committed by Brad Fitzpatrick

cmd/go: fix spelling error

Change-Id: Ib29da1ad77c9a243a623d25113c6f8dd0261f42a
Reviewed-on: https://go-review.googlesource.com/c/go/+/205601Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent db6b66ed
...@@ -441,7 +441,7 @@ func InitMod() { ...@@ -441,7 +441,7 @@ func InitMod() {
// fixVersion returns a modfile.VersionFixer implemented using the Query function. // fixVersion returns a modfile.VersionFixer implemented using the Query function.
// //
// It resolves commit hashes and branch names to versions, // It resolves commit hashes and branch names to versions,
// canonicalizes verisons that appeared in early vgo drafts, // canonicalizes versions that appeared in early vgo drafts,
// and does nothing for versions that already appear to be canonical. // and does nothing for versions that already appear to be canonical.
// //
// The VersionFixer sets 'fixed' if it ever returns a non-canonical version. // The VersionFixer sets 'fixed' if it ever returns a non-canonical version.
......
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