aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/compiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/compiler.go')
-rw-r--r--src/runtime/compiler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/compiler.go b/src/runtime/compiler.go
index 47e80b15ff..1ebc62dea1 100644
--- a/src/runtime/compiler.go
+++ b/src/runtime/compiler.go
@@ -5,7 +5,7 @@
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.