From a54befbd96e8a51797f6def8ccb60a758209f51b Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Wed, 2 Mar 2016 09:20:45 -0700 Subject: [PATCH] Fix comment typo --- cluster/shard_writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/shard_writer.go b/cluster/shard_writer.go index 5cacfb7fbc8..9a44137a8ee 100644 --- a/cluster/shard_writer.go +++ b/cluster/shard_writer.go @@ -65,7 +65,7 @@ func (w *ShardWriter) WriteShard(shardID, ownerID uint64, points []models.Point) // Determine the location of this shard and whether it still exists db, rp, sgi := w.MetaClient.ShardOwner(shardID) if sgi == nil { - // If we can't the shard group for this shard, then we need to drop this request + // If we can't get the shard group for this shard, then we need to drop this request // as it is no longer valid. This could happen if writes were queued via // hinted handoff and we're processing the queue after a shard group was deleted. return nil