1
0
mirror of https://github.com/golang/go synced 2024-09-30 07:28:36 -06:00

cmd/compile/internal/base: add comma in comment for consistency

This commit is contained in:
Jes Cok 2023-07-22 18:32:35 +08:00
parent 2eca0b1e16
commit 93fabec69c

View File

@ -245,7 +245,7 @@ func Compiling(pkgs []string) bool {
// is done during SSA construction rather than a separate SSA pass, // is done during SSA construction rather than a separate SSA pass,
// see issue #19054. // 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 // functions without instrumented operations. This is done as part of
// ssa opt pass via special rule. // ssa opt pass via special rule.