diff --git a/src/runtime/iface.go b/src/runtime/iface.go index 4362f2cd5b..15c412c4e6 100644 --- a/src/runtime/iface.go +++ b/src/runtime/iface.go @@ -18,7 +18,7 @@ var ( 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 { size uintptr // length of entries array. Always a power of 2. count uintptr // current number of filled entries.