]> Cypherpunks repositories - gostls13.git/commit
runtime: fix out of date comments
authorAustin Clements <austin@google.com>
Mon, 18 Jul 2016 02:22:32 +0000 (22:22 -0400)
committerAustin Clements <austin@google.com>
Fri, 19 Aug 2016 18:15:54 +0000 (18:15 +0000)
commit244efebe7faa30c087a19a09eb2c72ef4c1824d9
tree6c662f9a401060e4c8799e1ec35170b1b8c07b9a
parent8ad70a549364c216c386afcead4dccfdcd39748b
runtime: fix out of date comments

The transition from mark 1 to mark 2 no longer enqueues new root
marking jobs, but some of the comments still refer to this. Fix these
comments.

Change-Id: I3f98628dba32c5afe30495ab495da42b32291e9e
Reviewed-on: https://go-review.googlesource.com/24965
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go