Commit b8d4d021 authored by Zhou Peng's avatar Zhou Peng Committed by Ian Lance Taylor

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/120475Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent bedfa4e1
...@@ -18,7 +18,7 @@ var ( ...@@ -18,7 +18,7 @@ var (
itabTableInit = itabTableType{size: itabInitSize} // starter table itabTableInit = itabTableType{size: itabInitSize} // starter table
) )
//Note: change the formula in the mallocgc call in itabAdd if you change these fields. // Note: change the formula in the mallocgc call in itabAdd if you change these fields.
type itabTableType struct { type itabTableType struct {
size uintptr // length of entries array. Always a power of 2. size uintptr // length of entries array. Always a power of 2.
count uintptr // current number of filled entries. count uintptr // current number of filled entries.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment