1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:10:12 -06:00

cmd/compile/internal/gc: rewrite comment to avoid automated meaning

The comment says 'DΟ NΟT SUBMIT', and that text being in a file can cause
automated errors or warnings when trying to check the Go sources into other
source control systems.

(We reject that string in CL commit messages, which I've avoided here
by changing the O's to Ο's above.)

Change-Id: I6cdd57a8612ded5208f05a8bd6b137f44424a030
Reviewed-on: https://go-review.googlesource.com/22434
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Russ Cox 2016-04-26 13:18:14 -04:00
parent e4355aeedf
commit 01d5e63faa

View File

@ -121,7 +121,7 @@ const debugFormat = false // default: false
const posInfoFormat = false const posInfoFormat = false
// TODO(gri) remove eventually // TODO(gri) remove eventually
const forceNewExport = false // force new export format - DO NOT SUBMIT with this flag set const forceNewExport = false // force new export format - do NOT submit with this flag set
// forceObjFileStability enforces additional constraints in export data // forceObjFileStability enforces additional constraints in export data
// and other parts of the compiler to eliminate object file differences // and other parts of the compiler to eliminate object file differences