Skip to content

Commit a6e49b6

Browse files
callthingsoffgopherbot
authored andcommitted
cmd/compile/internal/base: add comma in comment for consistency
Change-Id: I9e2ca7eee50f1a642ae2c7468d0a4ea931cbd33e GitHub-Last-Rev: 93fabec GitHub-Pull-Request: #61523 Reviewed-on: https://go-review.googlesource.com/c/go/+/512195 Auto-Submit: Keith Randall <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent d4dd1de commit a6e49b6

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/compile/internal/base

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func Compiling(pkgs []string) bool {
245245
// is done during SSA construction rather than a separate SSA pass,
246246
// see issue #19054.
247247
//
248-
// Third we remove calls to racefuncenter and racefuncexit, for leaf
248+
// Third, we remove calls to racefuncenter and racefuncexit, for leaf
249249
// functions without instrumented operations. This is done as part of
250250
// ssa opt pass via special rule.
251251

0 commit comments

Comments
 (0)