From: Jes Cok Date: Sat, 22 Jul 2023 10:43:45 +0000 (+0000) Subject: cmd/compile/internal/base: add comma in comment for consistency X-Git-Tag: go1.22rc1~1535 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a6e49b653afabb30fe502bb4cd91b092e1ce6f05;p=gostls13.git 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 --- 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.