From a6e49b653afabb30fe502bb4cd91b092e1ce6f05 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Sat, 22 Jul 2023 10:43:45 +0000 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor Run-TryBot: Keith Randall Reviewed-by: Keith Randall Reviewed-by: Keith Randall TryBot-Result: Gopher Robot --- src/cmd/compile/internal/base/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0