]> Cypherpunks repositories - gostls13.git/commit
runtime: fix incorrect comment
authorAustin Clements <austin@google.com>
Tue, 24 Nov 2015 18:52:28 +0000 (13:52 -0500)
committerAustin Clements <austin@google.com>
Tue, 12 Jan 2016 02:00:48 +0000 (02:00 +0000)
commit352e287bf72229f274233a34e3382ad28d791d89
tree0046e45c3d5d99f21cdfc9e4a1f984bbcd70a74c
parent1abb863d8341b17d7de725436a85198546a9fc01
runtime: fix incorrect comment

This comment is probably a hold-over from when the heap bitmap was
interleaved and the shift was 0, 2, 4, or 6. Now the shift is 0, 1, 2,
or 3.

Change-Id: I096ec729e1ca31b708455c98b573dd961d16aaee
Reviewed-on: https://go-review.googlesource.com/18531
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mbitmap.go