Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 145c978

Browse files
committed
Fix comment
1 parent 1a3eaf1 commit 145c978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gompool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func (g *Gompool) upscale() {
4545
}
4646
}
4747

48-
// Put puts batck memory to pool
48+
// Put puts node to pool
4949
func (g *Gompool) Put(node *treiber.Node) {
5050
g.stack.Push(node)
5151
}

0 commit comments

Comments
 (0)