aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2023-07-22 10:43:45 +0000
committerGopher Robot <gobot@golang.org>2023-07-25 17:12:33 +0000
commita6e49b653afabb30fe502bb4cd91b092e1ce6f05 (patch)
treee25d9d090048d2fa4a5f18b228135dfa653ec705 /src
parentd4dd1de19fcef835fca14ad8cb590dbfcf8e9859 (diff)
downloadgo-a6e49b653afabb30fe502bb4cd91b092e1ce6f05.tar.xz
cmd/compile/internal/base: add comma in comment for consistency
Change-Id: I9e2ca7eee50f1a642ae2c7468d0a4ea931cbd33e GitHub-Last-Rev: 93fabec69c861bbecf29df8c2c71bc3286d50b32 GitHub-Pull-Request: golang/go#61523 Reviewed-on: https://go-review.googlesource.com/c/go/+/512195 Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/compile/internal/base/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/base/base.go b/src/cmd/compile/internal/base/base.go
index 8caeb41d2f..0c374f1661 100644
--- a/src/cmd/compile/internal/base/base.go
+++ b/src/cmd/compile/internal/base/base.go
@@ -245,7 +245,7 @@ func Compiling(pkgs []string) bool {
// is done during SSA construction rather than a separate SSA pass,
// see issue #19054.
//
-// Third we remove calls to racefuncenter and racefuncexit, for leaf
+// Third, we remove calls to racefuncenter and racefuncexit, for leaf
// functions without instrumented operations. This is done as part of
// ssa opt pass via special rule.