cmd/bootnode,internal/debug: fix some comments (#21623)

This commit is contained in:
mr_franklin
2020-09-29 17:31:14 +08:00
committed by GitHub
parent 901471f733
commit 4ee11b072e
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ func (*HandlerT) Stacks() string {
return buf.String()
}
// FreeOSMemory returns unused memory to the OS.
// FreeOSMemory forces a garbage collection.
func (*HandlerT) FreeOSMemory() {
debug.FreeOSMemory()
}