Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit c6747a1

Browse files
committed
typo
1 parent a9bb7a7 commit c6747a1

File tree

1 file changed

+1
-1
lines changed
  • cmd/mt-store-cp-experimental

1 file changed

+1
-1
lines changed

cmd/mt-store-cp-experimental/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func worker(id int, jobs <-chan string, wg *sync.WaitGroup, sourceSession, destS
304304
}
305305

306306
func update(sourceSession, destSession *gocql.Session, tableIn, tableOut string) {
307-
// Get the list of ids that we carry about
307+
// Get the list of ids that we care about
308308
fetchPartitionIds(sourceSession)
309309

310310
// Kick off our threads

0 commit comments

Comments
 (0)