diff options
Diffstat (limited to 'libgo/go/runtime/compiler.go')
-rw-r--r-- | libgo/go/runtime/compiler.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/runtime/compiler.go b/libgo/go/runtime/compiler.go index b04be6181a7..02787ec5580 100644 --- a/libgo/go/runtime/compiler.go +++ b/libgo/go/runtime/compiler.go @@ -1,11 +1,11 @@ -// Copyright 2012 The Go Authors. All rights reserved. +// Copyright 2012 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. package runtime // Compiler is the name of the compiler toolchain that built the -// running binary. Known toolchains are: +// running binary. Known toolchains are: // // gc Also known as cmd/compile. // gccgo The gccgo front end, part of the GCC compiler suite. |