]> Cypherpunks repositories - gostls13.git/commit
runtime: fix incorrect comment about bitvector layout
authorAustin Clements <austin@google.com>
Wed, 30 Nov 2016 20:48:33 +0000 (15:48 -0500)
committerAustin Clements <austin@google.com>
Thu, 1 Dec 2016 16:42:47 +0000 (16:42 +0000)
commitea1b90f855fe2891ff0f39d3a3f4b0a5f72a04ed
tree665b4a61a9da12737e241ff5774a4b9bd5f20cc4
parent8a103bd4ce34574c33d1f3558e0441df884c27f1
runtime: fix incorrect comment about bitvector layout

Commit 303b69fe packed bitvectors more tightly, but missed a comment
describing their old layout. Update that comment.

Change-Id: I095ccb01f245197054252545f37b40605a550dec
Reviewed-on: https://go-review.googlesource.com/33718
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/runtime/symtab.go