]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: rewrite comment to avoid automated meaning
authorRuss Cox <rsc@golang.org>
Tue, 26 Apr 2016 17:18:14 +0000 (13:18 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 26 Apr 2016 18:04:27 +0000 (18:04 +0000)
commit01d5e63faa7cbfe10c6c45a788cd9859da2dfcdb
tree1666ed6741afc62c4aaa51a3b8f0e2ef9a0de4b3
parente4355aeedfdd6a68185c4551c889eb13823cd86d
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>
src/cmd/compile/internal/gc/bexport.go