From: Austin Clements Date: Wed, 11 May 2016 20:29:07 +0000 (-0400) Subject: runtime: remove obsolete comment from scanobject X-Git-Tag: go1.7beta1~206 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=30ded16596246c719ede90acf45ecb31d8f428f6;p=gostls13.git runtime: remove obsolete comment from scanobject Change-Id: I5ebf93b60213c0138754fc20888ae5ce60237b8c Reviewed-on: https://go-review.googlesource.com/23131 Reviewed-by: Rick Hudson --- 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