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:
Caleb Spare 2017-03-29 15:18:54 -07:00 committed by Brad Fitzpatrick
parent 4f579cc65b
commit 592037f381
1 changed files with 1 additions and 1 deletions

View File

@ -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 (