mirror of https://github.com/golang/go.git
runtime: fix for implementation notes appearing in godoc
Change-Id: I31cfae1e98313b68e3bc8f49079491d2725a662b Reviewed-on: https://go-review.googlesource.com/38850 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
4f579cc65b
commit
592037f381
|
|
@ -24,7 +24,7 @@
|
|||
// removeSpan: which removes a specific span from the treap
|
||||
//
|
||||
// _mheap.lock must be held when manipulating this data structure.
|
||||
//
|
||||
|
||||
package runtime
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue