make spellfix (+ manual tweak)

This commit is contained in:
Damian Gryski
2026-04-16 13:54:17 -07:00
committed by Ayke
parent aed8116b22
commit 6426bf79b4
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func (layout gcLayout) scan(start, len uintptr) {
scanSimple(start, len, size*unsafe.Alignof(start), mask)
default:
// The layout is stored seperately in a global object.
// The layout is stored separately in a global object.
// Extract the size and bitmap.
layoutAddr := unsafe.Pointer(layout)
size := *(*uintptr)(layoutAddr)