cmd/bootnode,internal/debug: fix some comments (#21623)
This commit is contained in:
		@@ -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()
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user