summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/run.go')
-rw-r--r--libgo/go/cmd/go/run.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/cmd/go/run.go b/libgo/go/cmd/go/run.go
index bf10f4f3e9..18387b5eaf 100644
--- a/libgo/go/cmd/go/run.go
+++ b/libgo/go/cmd/go/run.go
@@ -1,4 +1,4 @@
-// Copyright 2011 The Go Authors. All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -128,7 +128,7 @@ func runRun(cmd *Command, args []string) {
}
// runProgram is the action for running a binary that has already
-// been compiled. We ignore exit status.
+// been compiled. We ignore exit status.
func (b *builder) runProgram(a *action) error {
cmdline := stringList(findExecCmd(), a.deps[0].target, a.args)
if buildN || buildX {