Skip to content

Commit c135de7

Browse files
committed
p2p/enode/nodedb_test.go: an -> and
1 parent 98204c8 commit c135de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/enode/nodedb_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ var nodeDBSeedQueryNodes = []struct {
242242
}
243243

244244
func TestDBSeedQuery(t *testing.T) {
245-
// Querying seeds uses seeks an might not find all nodes
245+
// Querying seeds uses seeks and might not find all nodes
246246
// every time when the database is small. Run the test multiple
247247
// times to avoid flakes.
248248
const attempts = 15

0 commit comments

Comments
 (0)