aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/compiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/compiler.go')
-rw-r--r--libgo/go/runtime/compiler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/compiler.go b/libgo/go/runtime/compiler.go
index 0ed3b18..b04be61 100644
--- a/libgo/go/runtime/compiler.go
+++ b/libgo/go/runtime/compiler.go
@@ -7,7 +7,7 @@ package runtime
// Compiler is the name of the compiler toolchain that built the
// running binary. Known toolchains are:
//
-// gc The 5g/6g/8g compiler suite at code.google.com/p/go.
+// gc Also known as cmd/compile.
// gccgo The gccgo front end, part of the GCC compiler suite.
//
const Compiler = "gccgo"