diff --git a/src/cmd/go2go/doc.go b/src/cmd/go2go/doc.go index b0cb87da3a..b2ec82cd71 100644 --- a/src/cmd/go2go/doc.go +++ b/src/cmd/go2go/doc.go @@ -11,8 +11,8 @@ // // The commands are: // -// build translate and then run "go build packages" -// run translate and then run a list of files +// build translate and then run "go build packages" +// run translate and then run a list of files // test translate and then run "go test packages" // translate translate .go2 files into .go files for listed packages //