From 6663e5da10e7198f7ff5e883fd857240e59d476c Mon Sep 17 00:00:00 2001 From: Liang ZOU Date: Tue, 25 Sep 2018 18:26:35 +0800 Subject: all: fix various comment typos (#17748) --- p2p/discv5/database_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p2p/discv5') diff --git a/p2p/discv5/database_test.go b/p2p/discv5/database_test.go index a2ccb6467..2b86dc9ce 100644 --- a/p2p/discv5/database_test.go +++ b/p2p/discv5/database_test.go @@ -173,7 +173,7 @@ var nodeDBSeedQueryNodes = []struct { ), pong: time.Now().Add(-3 * time.Hour), }, - // This one shouldn't be in in the result set because its + // This one shouldn't be in the result set because its // nodeID is the local node's ID. { node: NewNode( -- cgit v1.2.3