diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/mgcmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgcmark.go b/src/runtime/mgcmark.go index af3205ab23..5d947fb59e 100644 --- a/src/runtime/mgcmark.go +++ b/src/runtime/mgcmark.go @@ -1096,7 +1096,7 @@ func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork) { // scanobject scans the object starting at b, adding pointers to gcw. // b must point to the beginning of a heap object; scanobject consults // the GC bitmap for the pointer mask and the spans for the size of the -// object (it ignores n). +// object. //go:nowritebarrier func scanobject(b uintptr, gcw *gcWork) { // Note that arena_used may change concurrently during |
