bcache:: fix repeated words in comments
[platform/kernel/linux-starfive.git] / drivers / md / bcache / bcache.h
index 2acda9c..aebb7ef 100644 (file)
  *
  * BTREE NODES:
  *
- * Our unit of allocation is a bucket, and we we can't arbitrarily allocate and
+ * Our unit of allocation is a bucket, and we can't arbitrarily allocate and
  * free smaller than a bucket - so, that's how big our btree nodes are.
  *
  * (If buckets are really big we'll only use part of the bucket for a btree node