From 4dbefc1f2577e46b8fd4a7f670c3319d9e6d7f71 Mon Sep 17 00:00:00 2001 From: LeoLiao Date: Mon, 9 Jul 2018 16:38:52 +0800 Subject: cmd/geth: fixed comment typo (#17140) --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index f4a0ac5df..52308948f 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -202,7 +202,7 @@ func init() { if err := debug.Setup(ctx); err != nil { return err } - // Cap the cache allowance and tune the garbage colelctor + // Cap the cache allowance and tune the garbage collector var mem gosigar.Mem if err := mem.Get(); err == nil { allowance := int(mem.Total / 1024 / 1024 / 3) -- cgit v1.2.3