]> Cypherpunks repositories - gostls13.git/commit
runtime: fix comments style typo
authorZhou Peng <p@ctriple.cn>
Fri, 22 Jun 2018 05:31:06 +0000 (05:31 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 22 Jun 2018 13:21:28 +0000 (13:21 +0000)
commitb8d4d0218bae8881db2e1e2ea1de7b9f43d6c14d
treeaad0d0d37d74b73e56ba610cd343b85b259b378a
parentbedfa4e1c37bd08063865da628f242d27ca06ec4
runtime: fix comments style typo

Code comments should have a space between comments characters and
actual words.

Change-Id: I6274baf1fc09b37a32ec6c69ddbb8edca9eb5469
Reviewed-on: https://go-review.googlesource.com/120475
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/iface.go