diff --git a/swarm/storage/ldbstore_test.go b/swarm/storage/ldbstore_test.go index 56d441d10c..454a246f65 100644 --- a/swarm/storage/ldbstore_test.go +++ b/swarm/storage/ldbstore_test.go @@ -341,7 +341,7 @@ func testLDBStoreCollectGarbage(t *testing.T) { ldb.startGC(capacity) roundTarget := ldb.gc.target - // split put counts to gc target count threshold, and wait for gc to finish inbetween + // split put counts to gc target count threshold, and wait for gc to finish in between var allChunks []Chunk remaining := n for remaining > 0 {