]> Cypherpunks repositories - gostls13.git/commit
runtime: rewrite a comment in malloc.go
authorJerrin Shaji George <jerrinsg@gmail.com>
Wed, 5 Feb 2020 01:21:11 +0000 (01:21 +0000)
committerAustin Clements <austin@google.com>
Wed, 5 Feb 2020 21:19:43 +0000 (21:19 +0000)
commit921ceadd2997f2c0267455e13f909df044234805
treefe36f452a5b3752931109c17584b4c7eabdb77d9
parent88ae4ccefb60ce7e83b25c3bf0f55a4d8704e123
runtime: rewrite a comment in malloc.go

This commit changes the wording of a comment in malloc.go that describes
how span objects are zeroed to make it more clear.

Change-Id: I07722df1e101af3cbf8680ad07437d4a230b0168
GitHub-Last-Rev: 0e909898c709a9119cea7dbd80c25d9d7a73e22b
GitHub-Pull-Request: golang/go#37008
Reviewed-on: https://go-review.googlesource.com/c/go/+/217618
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/malloc.go