]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/base: add comma in comment for consistency
authorJes Cok <xigua67damn@gmail.com>
Sat, 22 Jul 2023 10:43:45 +0000 (10:43 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 25 Jul 2023 17:12:33 +0000 (17:12 +0000)
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>

src/cmd/compile/internal/base/base.go

index 8caeb41d2f4f2d371064d163d07a02618d3f3810..0c374f16610fd49d98e7d936dd7836ba1f7a06e5 100644 (file)
@@ -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.